IBM BPM, V8.0.1, All platforms > Programming IBM BPM > Developing client applications for BPEL processes and tasks

Developing web services API client applications for BPEL processes and human tasks

You can develop client applications that access BPEL process applications and human task applications through the Business Process Choreographer web services APIs. The client application development process consists of a number of mandatory and optional steps, including generating a web service proxy and adding security and transaction policies to the client application.

Attention:

You can develop client applications in any web services client environment. The following steps provide an overview of the actions you need to take to develop such an application.


Procedure

  1. Decide which web services API your client application needs to use: the Business Flow Manager API, Human Task Manager API, or both.
  2. Export the necessary files from the Process Server environment.

  3. In your client application development environment, generate a web service proxy using the exported artifacts.
  4. Develop the code for your client application.

  5. Add any necessary security or transaction policies to your client application.

Developing client applications for BPEL processes and tasks


Related information:
Deprecated features