Convert a SOAPBody into a String or into a XMLDocument
843834Oct 22 2002 — edited Feb 5 2010Hi Folks,
I am very much looking for a solution for the below problem.
If u see one of the JAXM examples ReceivingServlet.java in that we have the below code:
SOAPPart sp = message.getSOAPPart();
SOAPEnvelope se = sp.getEnvelope();
SOAPBody sb = se.getBody();
here i got the SOAPBODY now i want to convert the content of the soap body into a xml doucment or into a string.
Any help on this will be much appreciated.
Thanks,
santosh