Concept Framework 2.0 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: Fri Jan 21 18:06:23 2011 GMT(c)2011 RadGs Software