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:
- We will add a new
<flow>
branch for the invocation of theAnotherBookstoreBPEL
process, as shown in the following screenshot: - Before we can invoke the
AnotherBookstoreBPEL
process, we need to declare two variables,AnotherBookstoreRequest
andAnotherBookstoreResponse
. They should be ofAnotherBookstoreRequestMessage
andAnotherBookstoreResponseMessage
message types, respectively. - 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.