Time for action – developing the book warehousing process
Let's start with the implementation of the BookWarehousingBPEL
process. We should follow these steps:
- We will start with the XML schema definition. To do this, we need to double-click on the
BookWarehousingBPEL.xsd
file (in theSchemas
folder) and write the following schema, as shown: - Now we can switch back to the BPEL tab (
BookWarehousingBPEL.bpel
). First, we will add an<assign>
activity to prepare a request for both the bookstore BPEL processes. In<assign>
, we will copy the wholeBookData
element frominputVariable
to a new variable, which we will create on the fly. We should do the following: ...
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.