-
Book Overview & Buying
-
Table Of Contents
WS-BPEL 2.0 Beginner's Guide
By :
Let us now implement the BookOrderManagement process:
First, we will add the BPEL Process component to the assembly diagram:

Next, we will wire the
BookOrderManagementBPEL process with the BookWarehousingBPEL process:

Next, we will define the corresponding XML schema for the BookOrderManagementBPEL process. Let's first have a quick look at the BookWarehousing XML schema:

In the BookOrderManagementBPEL process, we would like to use a very similar schema. The only difference would be that we would like to accept a list of BookData as an input parameter. Therefore, we will import the BookWarehousing XML schema and add the minOccurs and maxOccurs attributes to define the list (array):

For the process response, we will use a simple string, through which we will communicate the status.
We have created the BookOrderManagementBPEL process, wired it with the BookWarehousingBPEL process, and created the schema elements for the...
Change the font size
Change margin width
Change background colour