tree: 111d629122b23d9e2ce86e117c0b905704183ef0 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
examples/camel-example-reportincident/README.md

Report Incident Example

Introduction

An example based on real life use case for reporting incidents using webservice that are transformed and send as emails to a backing system

Build

You will need to compile this example first:

mvn compile

Run

To run the example type

mvn jetty:run

The webservice will be listed in this overview:

http://localhost:9080/webservices/

http://localhost:9080/webservices/

The webservice WSDL is exposed at:

http://localhost:9080/webservices/incident?wsdl

http://localhost:9080/webservices/incident?wsdl

To stop the example hit ctrl+c

Documentation

This example is documented at http://camel.apache.org/tutorial-example-reportincident.html

Forum, Help, etc

If you hit an problems please let us know on the Camel Forums http://camel.apache.org/discussion-forums.html

Please help us make Apache Camel better - we appreciate any feedback you may have. Enjoy!