Represents an abstraction for SOAP messages, providing access to a SOAP Envelope. The contents of the SOAP body can
be retrieved by getPayloadSource() and getPayloadResult() on
WebServiceMessage, the super-interface of this interface.
author: Arjen Poutsma See Also:SoapMessage.getPayloadSource() See Also:SoapMessage.getPayloadResult() See Also:SoapMessage.getEnvelope() since: 1.0.0
Returns the SOAP version of this message. This can be either SOAP 1.1 or SOAP 1.2.
the SOAP version See Also:SoapVersion.SOAP_11 See Also:SoapVersion.SOAP_12