standard.net.soap.SOAPEnvNewFromStream

SOAPEnvNewFromStream is available since version 1.0.

Prototype:

number SOAPEnvNewFromStream(number http_input_stream, var number out_env)

Parameters

http_input_stream
[in] the http input stream
out_env
[out] the output envelope object

Description:

Create an envelope from a given http stream. (You should not use this function; this function was not fully documented on the CSOAP library web site).

Return value:

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