I wonder is there any way to convert a string to SOAPMessage?
Let me say I have a string as follows:
String send = "
This works for me:
SOAPMessage sm = MessageFactory.newInstance(SOAPConstants.SOAP_1_2_PROTOCOL).createMessage(new MimeHeaders(), is);