standard.net.soap.SOAPCtxFree

SOAPCtxFree is available since version 1.0.

Prototype:

null-return SOAPCtxFree(number soap_ctx)

Parameters

soap_ctx
[in] the soap context as returned by SOAPCtxNewWithMethod or { SOAPClientInvoke} (the response)

Description:

Free a previously allocated context. After calling this function you should NOT use soap_ctx any more.

Return value:

Returns null.