Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
standard.net.soap
.SOAPEnvFindMethodname
SOAPEnvFindMethodname
is available since version 1.0.
Prototype:
string SOAPEnvFindMethodname(number soap_env)
Parameters
soap_env
[in] the SOAP envelope as returned by
SOAPEnvNewWithMethod
or any SOAPEnvNew functions
Description:
Get the method of the message.
Return value:
Return a string containing the method name, or an empty string if failed.