Class SOAPUtil


  • public class SOAPUtil
    extends Object
    • Constructor Detail

      • SOAPUtil

        public SOAPUtil()
    • Method Detail

      • toSOAPPart

        public static Document toSOAPPart​(String xml)
                                   throws Exception
        Convert an SOAP Envelope as a String to a org.w3c.dom.Document.
        Throws:
        Exception
      • toSAAJSOAPPart

        public static javax.xml.soap.SOAPPart toSAAJSOAPPart​(String xml)
                                                      throws Exception
        Convert an SOAP Envelope as a String to a javax.xml.soap.SOAPPart.
        Throws:
        Exception