ESB Examples - Using BPELInvoke to call a BPEL process
======================================================

This is a simple example that calls an ESB service, which then invokes a
BPEL process (loan_approval) using the BPELInvoke ESB action, which causes
a BPEL fault to be raised. This fault is then propagated through the
ESB service back to the ESB client. Therefore before deploying and running
this example, you will need to deploy the "quickstart/loan_approval" example.

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'.

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

Some handy URLs:
http://localhost:8080/bpel-console is the BPEL console
