Web services scenarios

This section describes the basic Web services scenarios. It is organized according to the role played by the broker.

You want the broker to invoke a Web service:
See Broker calls existing Web service
You want the broker to provide a new Web service wrapper to a non-web-service application:
See Broker implements new Web service interface
You already have a Web service client and you want the broker to make some existing non-web-service functionality available to it:
See Broker implements existing Web service interface
You have a non-web-service client and want the broker to make a corresponding Web service available to it:
See Broker implements non-web-service interface to new Web service