How do you print a SOAP response? I have been trying to do the following but its not printing the actual soap message. Its just giving me some sort of description.
SOAPMessage reply = connection.call(message, destination);
String myreply = reply.getSOAPPart().getContent().toString();