I wonder is there any way to convert a string to SOAPMessage?
Let me say I have a string as follows:
String send = "
Instead of:
System.out.println(response.getContentDescription());
Replace it with following line after getting the response:
response.writeTo(System.out);