Hi, I need to convert the content of the SOAPBody element into a org.w3c.dom.Document. I know how to get the content of the body element as a SOAPElement object, but I cannot convert the javax.xml.soap.SOAPElement into a org.w3c.dom.Document. Any attempt I try, I get a ClassCastException.
Any help?, Thanks
