3.17.4.1.91 SoapBody (Opnum 97)

The SoapBody method is received by the server in an RPC_REQUEST packet. In response, the server MUST set the SOAPBody instance variable.

 [propput] HRESULT SoapBody(
   [in] BSTR bstrSoapBody
 );

bstrSoapBody: A BSTR that contains a string representation of the XML elements that will be appended to the end of the SOAP body within the message.

Return Values: The method MUST return S_OK (0x00000000) on success or an implementation-specific error HRESULT on failure.

When processing this call, the server MUST follow these guidelines:

  • Set the SOAPBody instance variable to the value in the bstrSoapBody input parameter.