| Concept Framework 2.2 documentation | Contents | Index |
| Name | Version | Deprecated |
| SOAPEnvNewWithMethod | version 1.0 | no |
| number SOAPEnvNewWithMethod(string urn, string method, var number out_env) |
| 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 |
| Create an envelope with a method to invoke a soap service. Use this function to create a client call. |
<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>
|
| Documented by Eduard Suica, generation time: Sun Jan 27 18:15:19 2013 GMT | (c)2013 Devronium Applications |