Concept Framework 2.2 documentation Contents | Index

standard.net.soap.SOAPRouterRegisterService

Name Version Deprecated
SOAPRouterRegisterService version 1.0 no

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.

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

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:20 2013 GMT(c)2013 Devronium Applications