function
Library: Web Services Broker (OMWSB)
Import : omwsb.xmd |
export external function start-servicing-requests on value server server
Argument definitions
The wsb.start-servicing-requests
function causes the specified server to begin accepting connections from clients. This means that service programs will be started and incoming client requests which match registered service and type combinations will be serviced. Unknown services will be queued to be returned by subsequent calls to wsb.wait-for-request
on the server.