Exposing a Service
The procedure you need to use to expose a web service depends on the approach you are taking to develop the service call: contract first or contract last.
- Exposing a Service (Contract First)
Using contract first to expose a service involves obtaining the WSDL that defines the service contract from the service consumer, then configuring the process to receive and send the appropriate data. - Exposing a Service (Contract Last)
Using contract last to expose a service involves defining the process data that you want to receive and send, then generating a WSDL that defines the service contract.
Copyright © Cloud Software Group, Inc. All rights reserved.