Time for action – extending the BookWarehousing process

We are now prepared to extend the BookWarehousingBPEL process. The goal is to invoke the AnotherBookstoreBPEL process in addition to the BookstoreABPEL and BookstoreBBPEL processes. We will do the following:

  1. We will add a new <flow> branch for the invocation of the AnotherBookstoreBPEL process, as shown in the following screenshot:
    Time for action – extending the BookWarehousing process
  2. Before we can invoke the AnotherBookstoreBPEL process, we need to declare two variables, AnotherBookstoreRequest and AnotherBookstoreResponse. They should be of AnotherBookstoreRequestMessage and AnotherBookstoreResponseMessage message types, respectively.
  3. We will need ...

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.