Concept Framework 2.0 documentation Contents | Index

standard.net.soap.SOAPEnvNewWithMethod

Name Version Deprecated
SOAPEnvNewWithMethod version 1.0 no

Prototype:
number SOAPEnvNewWithMethod(string urn, string method, var number out_env)

Parameters:
urn      [in] the urn of the SOAP service to invoke
method      [in] the method name of the SOAP service
out_env      [out] the result envelope like in the example section

Description:
Create an envelope with a method to invoke a soap service. Use this function to create a client call.

Example:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="..." SOAP-ENV:encoding="..."
      xmlns:xsi="..."
      xmlns:xsd="...">
    <SOAP-ENV:Body>
     <m:[method] xmlns:m="[urn]">
     </m:[method]>
    </SOAP-ENV:Body>
 </SOAP-ENV:Envelope>

Returns:
Returns null if succeeded, or an error handle (to get the error text, you should call SOAPError)

Documented by Eduard Suica, generation time: Fri Jan 21 18:06:22 2011 GMT(c)2011 RadGs Software