Book Image

WS-BPEL 2.0 Beginner's Guide

Book Image

WS-BPEL 2.0 Beginner's Guide

Overview of this book

Table of Contents (19 chapters)
WS-BPEL 2.0 Beginner's Guide
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Time for action – implementing VintageBookstore


Let us now implement the Vintage Bookstore. Like before, we will implement Vintage Bookstore as a BPEL process. We will follow these steps:

  1. We will extend the assembly diagram and add the VintageBookstore BPEL process component, as follows:

  2. We also need to connect the VintageBookstoreBPEL process component with the BookwarehousingBPEL process:

  3. We need to implement the VintageBookstoreBPEL process.

Have a go hero – implementing VintageBookstoreBPEL process

It's your turn now. You should implement the VintageBookstoreBPEL process the same way as we did in the previous chapter. Do not forget to modify the XML Schema for the VintageBookstoreBPEL process first (located in the Schemas folder with the file name VintageBookstoreBPEL.xsd). Also, you might need to modify the WSDL messages to reference the appropriate XSD elements.

What just happened?

You have developed the VintageBookstoreBPEL process, which should look something like this: