In this simple scenario I receive an order containing, among other data, the customer's email address.
First thing I do is send an email confirming receipt of the order.
As usual I'm using JAMES as my email server -
Step 1 - Create some users on JAMES
Step 2- Configure the EMAIL properties on the SOA Server
Set Workflow Notification Properties:
Set usermessaging-email-driver properties
Step 3 Create a simple BPM App
I use the File Adapter to read in the orders.
My XSD / input XML is as follows -
Step 4. Deploy and Test