Note: | This service is a convenient way to produce a SOAP object during development and testing. It is not meant to be used for production purposes because it does not ensure that a valid SOAP message is produced. For production purposes, we recommend that you create SOAP objects with the pub.soap.utils:createSoapData service and populate them with the message-composition services (for example, pub.soap.utils:addBodyEntry and pub.soap.utils:addHeaderEntry). |
stream | java.io.InputStream SOAP message that is to be converted to a SOAP object. |
soapProtocol | String Optional. Indicates the SOAP protocol that the resulting SOAP object will work with. The default value is read from the watt.server.SOAP.defaultProtocol property. Set to: SOAP 1.1 Protocol to indicate the SOAP object works with SOAP 1.1. SOAP 1.2 Protocol to indicate the SOAP object works with SOAP 1.2. |
soapData | Object SOAP object representation of the SOAP message in stream. |