Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
standard.net.soap
.SOAPGetRootNode
SOAPGetRootNode
is available since version 1.0.
Prototype:
number SOAPGetRootNode(number soap_env)
Parameters
soap_env
[in] the SOAP envelope as returned by
SOAPEnvNewWithMethod
or any SOAPEnvNew functions
Description:
Get the root XML node of the envelope.
Return value:
Return the root XML node, or null if failed (or no root).