wsb.server

data type

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


Purpose

The wsb.server data type encapsulates a specialized HTTP server which listens on a particular port. When it accepts a connection, it scans the header to determine the type of the request (SOAP, etc.), and then looks for the service request header approriate to a request of that type. Once the action request is found, it matches it against a list of registered services, and dispatches the request to the approariate service. If the requested service is not found, the request is routed to the WSB server program for action.