Hi,I have a org.w3c.dom.node and from it I wan't to create a SOAPMessage object. Unhappily I tried with no luck.. How should I do that? Thanks in advance
Jimmy Clark
Ranch Hand
Joined: Apr 16, 2008
Posts: 2187
posted
0
Please describe what went wrong. Also, it would be helpful if you posted the code you wrote to do this.
Andrew Prinoli
Greenhorn
Joined: Jan 11, 2007
Posts: 22
posted
0
I have some soap content encapsulate in a few w3c node. From this object I wan't to obtain a SOAP Message (or and Axis Message...)but I don't know how....Firstly I think that I should convert the node into a document..