| Author |
How to print javax.xml.soap.SOAPElement
|
john Mat
Greenhorn
Joined: Sep 18, 2008
Posts: 4
|
|
hi I am receiving an javax.xml.soap.SOAPElement from a webservice. SOAPElement soapElement = port.findParty("35020722624"); I want to print the entire XML in the soapElement . how can i do that ?please let me know asap. [ September 21, 2008: Message edited by: Bear Bibeault ]
|
 |
Vinod K Singh
Ranch Hand
Joined: Sep 30, 2008
Posts: 198
|
|
|
Use Handlers, one example is shown here.
|
My Blog
|
 |
 |
|
|
subject: How to print javax.xml.soap.SOAPElement
|
|
|