Creating an inbound web service
Create an inbound web service to provide a way for an external system or application to call into IBM® Business Process Manager.
Before you begin
To perform this task, you must be in the IBM Process Designer desktop editor.
About this task
Now you need to provide a way for an external system or application to call into IBM Business Process Manager. The recommended method for accomplishing this is to create and publish a web service endpoint so that external applications can initiate a particular IBM BPM service or set of services by invoking an operation on the endpoint. By invoking a SOAP call, external applications can call the web service.
All operations that are exposed on an inbound web service are exposed as request-response operations. Even an operation bound to a service that has no outputs will be exposed as a request-response operation with no output. One-way operations are not supported.
Procedure
What to do next
If you do not specify a snapshot name in the URI, then the default track is used to locate your web service. The tip in the default track is assumed to contain the process application with your web service. However, if you have your web service on a tip in a non-default track, it cannot be found. Therefore, create a snapshot name or make the track that you are working with the default track.