Concept Framework 2.2 documentation Contents | Index

standard.net.soap.SOAPEnvNewFromBuffer

Name Version Deprecated
SOAPEnvNewFromBuffer version 1.0 no

Prototype:
number SOAPEnvNewFromBuffer(string buffer, var number out_env)

Parameters:
buffer      [in] the string to parse into an envelope (xml format).
out_env      [out] the output envelope object

Description:
Create an envelop object from a string. The string must be in xml format.

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

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:19 2013 GMT(c)2013 Devronium Applications