SOAPCtxNewWithMethod is available since version 1.0.
Prototype:
number SOAPCtxNewWithMethod(string urn, string method, var number ctx_out)
Parameters
ctx_out
[out] the new soap context
Description:
Create a new soap context.
Return value:
Returns null if succeeded, or an error handle (to get the error text, you should call
SOAPError)