Time for action – declaring the cancel operation on the BPEL process interface

To add the cancel operation to the BPEL process WSDL interface, we will proceed as follows:

  1. We will open the BookWarehousingBPEL.wsdl interface.
  2. We will scroll down to the declaration of the BookWarehousingBPEL port type. We can see that the port type specifies a single process operation:
    Time for action – declaring the cancel operation on the BPEL process interface
  3. We will add the cancel operation, which the client will use to cancel the running BPEL instance. In our example, we will use the same input message as in the process operation:
    Time for action – declaring the cancel operation on the BPEL process interface
  4. Next, we will ...

Get WS-BPEL 2.0 Beginner's Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.