Concept Framework 2.0 documentation Contents | Index

standard.net.soap.SOAPEnvNewWithResponse

Name Version Deprecated
SOAPEnvNewWithResponse version 1.0 no

Prototype:
number SOAPEnvNewWithResponse(number req_env, var number out_env)

Parameters:
req_env      [in] the request object. A response object will be created to this request.
out_env      [out] the result envelope like in the example section

Description:
Create a soap envelope with a response. Use this function to create a response envelope object for a request. This function is only relevant for soap service implementors.

Example:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="..." SOAP-ENV:encoding="..."
      xmlns:xsi="..."
      xmlns:xsd="...">
    <SOAP-ENV:Body>
     <m:[req-method]Response xmlns:m="[req-urn]">
     </m:[req-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