standard.net.soap.SOAPServerRegisterRouter

SOAPServerRegisterRouter is available since version 1.0.

Prototype:

number SOAPServerRegisterRouter(number router, string context)

Parameters

router
[in] the SOAP router handle, as returned by SOAPRouterNew
context
[in] the url context

Description:

Register a router to the SOAP server.

Return value:

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