wsb.service-exists

function

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

Returns: true if a service-name of type type was registered on the supplied server, false otherwise


Declaration
export external switch function service-exists
  on                          value server      server
  named                       value string      service-name
  of-type                     value string      type optional 

Argument definitions

server
A wsb.server OMX variable which was returned from a call to wsb.create-server
service-name
The name of the service to be removed from the lookup table
type
The type of request that is to be serviced


Purpose

The wsb.service-exists function checks whether the specified service is registered with the server using the wsb.add-service function call.

See the description of wsb.create-server for further details on the service-name and type parameters.

Related Topics