-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
WS-BPEL 2.0 Beginner's Guide
By :
Let us now implement the condition regarding the publishing year. Each book, published before 1970, should be automatically delivered to VintageBookstore. To achieve this, we will perform the following steps:
Add a new <if> activity to the BookWarehousingBPEL process:

We will write the condition using the year-from-dateTime() XPath function, which returns the publishing year:

If the publishing year is lower than 1970, we should prepare the request and invoke the VintageBookstoreBPEL process. Otherwise, we should execute the activities previously defined within the BPEL process.
We have implemented the following BPEL condition:

It's your turn now. You should implement the branch for handling the books older than 1970. First, you should prepare the request. Then you should invoke the VintageBookstoreBPEL process and finally return the response that the book has been directed to the...
Change the font size
Change margin width
Change background colour