standard.net.soap.SOAPEnvGetBody

SOAPEnvGetBody is available since version 1.0.

Prototype:

number SOAPEnvGetBody(number soap_env)

Parameters

soap_env
[in] the SOAP envelope as returned by SOAPEnvNewWithMethod or any SOAPEnvNew functions

Description:

Get the XML node handle pointing to SOAP Body.

Return value:

Returns null if failed, or an XML node handle. (Check { SOAPXMLGetNodeArray} to get the node contents).