- Check the email settings in the OrderConfirmationFlowConfiguration class
- Build the application war and deploy it to your favourite servlet container
- Use Curl too POST the request (use appropriate host name and port if needed):
curl -i -H "Content-Type: text/xml; charset=UTF-8" -X POST -T order.xml http://localhost:8080/eip-frameworks-spring-integration/order/confirmation
- Check the email settings in the OrderConfirmationRouteBuilder class
- Build and run the application using main method from Main class
- Use Curl too POST the request:
curl -i -H "Content-Type: text/xml; charset=UTF-8" -X POST -T order.xml http://localhost:8080/eip-frameworks-apache-camel/order/confirmation