Book Image

WS-BPEL 2.0 Beginner's Guide

Book Image

WS-BPEL 2.0 Beginner's Guide

Overview of this book

If you are a software architect, a designer, a software developer, an SOA and BPM architect, a project manager, or a business process analyst who is responsible for the design and development of business processes, composite applications, and BPM/SOA solutions, then this book is for you. You should have a clear grasp of general SOA concepts including business processes and web services, but no prior knowledge of the BPEL language is required.
Table of Contents (14 chapters)
13
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: