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:
We will extend the assembly diagram and add the
VintageBookstore
BPEL process component, as follows:We also need to connect the
VintageBookstoreBPEL
process component with theBookwarehousingBPEL
process: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: