-
Book Overview & Buying
-
Table Of Contents
WS-BPEL 2.0 Beginner's Guide
By :
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 the Schemas 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 whole BookData element from inputVariable to a new variable, which we will create on the fly. We should do the following:
Drag-and-drop <assign> to the BPEL process between the <receive> and <reply> activities.
Double-click on the <assign> activity to open the dialog window.
To hold and store the request for both bookstore BPEL processes, we need a new variable. Therefore, we will right-click on Variable and select the Create...
Change the font size
Change margin width
Change background colour