standard.net.soap.SOAPRouterFindService

SOAPRouterFindService is available since version 1.0.

Prototype:

number SOAPRouterFindService(number router, string urn, string method)

Parameters

router
[in] the SOAP router handle, as returned by SOAPRouterNew
urn
[in] URN of the service
method
[in] The name under which the service was registered.

Description:

Search for a registered soap service.

Return value:

The service handle if found, null otherwise.