function
Library: Web Services Broker (OMWSB)
Import : omwsb.xmd |
export external function remove-service from value server server named value string service-name of-type value string type optional
Argument definitions
The wsb.remove-service
function removes a registered service from the server. This means that subsequent requests received with a name corresponding to the service-name parameter will be returned to the server as an unknown request. A call to this function will also cause all threads waiting to service this type of action to terminate, freeing up all associated resources. If the specified service is not currently registered on the server, an external exception will be thrown.
See the description of wsb.create-server
for further details on the service-name and type parameters.