Connect-Rest Post method call
I am calling Restful web service which is provided by Solr Search.
Web service is supporting "application/x-www-form-urlencoded" request Content-Type and dose not supporting to "application/json"
As I am doing post method call I want to post request data in to message body (Post_Body).
In which format should I pass and how ?
Thank you
***Updated by moderator: Lochan to add Categories***