standard.net.soap.SOAPRouterRegisterService

SOAPRouterRegisterService is available since version 1.0.

Prototype:

number SOAPRouterRegisterService(number router, delegate func, string method, string urn)

Parameters

router
[in] the SOAP router handle, as returned by SOAPRouterNew
func
[in] function to register as a SOAP service
method
[in] method name to call the function from the client side
urn
[in] the urn for this service

Description:

Register a SOAP service (in this case a Concept function) to the router.

Return value:

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