BPEL BluePrint 1: Synchronous Web Service Interactions Using BPEL
=================================================================

This is one of the BPEL Blueprint examples that can be found at:
https://blueprints.dev.java.net/bpcatalog/ee5/soa/

Problem and Solution Statement: https://blueprints.dev.java.net/bpcatalog/ee5/soa/BP1_ProblemSolution.html

Design Details: https://blueprints.dev.java.net/bpcatalog/ee5/soa/BP1_DesignDetails.html

To deploy the example, open a command line window in the example's folder,
and simply type 'ant deploy'. To undeploy, use the command 'ant undeploy'.

To test the example, for example using the SOAPUI client, an example message
can be found in the messages sub-folder, with the relevant WSDL being
located in the bpel sub-folder.

Alternatively, use the ant command (from a command line window)
to send the example messages directly to the deployed process.

ant sendvalid - this will send a valid purchase message to the BPEL process

ant sendinvalid - this will send an invalid request, attempting to order an out of stock item

NOTE: The "ant deploy" command will by default deploy version 1 of the
example to the server. If you wish to change the example, and redeploy,
then you will need to update the version number in the build.xml, or
override the version property, e.g. "ant -Dversion=2 deploy" (and similarly
when undeploying "ant -Dversion=2 undeploy").

Some handy URLs:
http://localhost:8080/bpel-console is the BPEL console
http://localhost:8080/BPEL_BluePrint1_PurchaseOrderService?wsdl is the URL to the BPEL process' WSDL
