Hi,
I use that pretty extensively to test some web services that need to
receive post request with JSON strings:
/**
* Sends a JSON string to a specific URL and returns the plain
response of the server
*/
public String sendToWebService(String url, String jsonString){
De
Hi,
I need to send a JSON string in the body of a post request.
The json is going to be a string in the place of body. Since the interface
to send paramters in post request is name/value based, is there any way I
can send a string in the body of this request.
Regards,
Amiruddin Nagri,
Bangalore,