wsb.start-servicing-requests

function

Library: Web Services Broker (OMWSB)
Import : omwsb.xmd

Declaration
export external function start-servicing-requests
  on                          value server      server

Argument definitions

server
A server OMX which was returned from a call to create-server.


Purpose

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.