Time for action – creating the book warehousing process
Let's create the BookWarehousingBPEL
BPEL process:
We will open the SOA composite by double-clicking on the Bookstore in the process tree. In the composite, we can see both Bookstore BPEL processes and their WSDL interfaces.
We will add a new BPEL process by dragging-and-dropping the BPEL Process service component from the right-hand side toolbar.
An already-familiar dialog window will open, where we will specify the BPEL 2.0 version, enter the process name as
BookWarehousingBPEL
, modify the namespace tohttp://packtpub.com/Bookstore/BookWarehousingBPEL
, and select Synchronous BPEL Process. We will leave all other fields to their default values:Next, we will wire the
BookWarehousingBPEL
component with theBookstoreABPEL
andBookstoreBBPEL
components. This way, we will establish a partner link between them. First, we will create the wire to theBookstoreBBPEL
component (although the order doesn't matter). To do this, you have to click on...