You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Jorge Lorenzo <jo...@tid.es> on 2003/05/29 09:25:46 UTC

How to convert a SOAPElement into a Document

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