Concept Framework 2.0 documentation Contents | Index

standard.net.soap.SOAPClientInvoke

Name Version Deprecated
SOAPClientInvoke version 1.0 no

Prototype:
number SOAPClientInvoke(number soap_context, var number soap_response, string url, string action)

Parameters:
soap_context      [in] the soap context as returned by SOAPCtxNewWithMethod or { SOAPClientInvoke} (the response)
soap_response      [out] the soap context linked to the response
url      [in] the url
action      [in] the action

Description:
Perform a remote action.

Returns:
Return 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