How to convert org.jdom.Document to javax.xml.soap.SOAPMessage in java?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Something like this should work, although it's a bit clunky and won't be fast:
This assumes that the JDOM document represents a valid SOAP message structure in it's entirety, headers and all. |
||||
|
|