blob: d91658f45ebf7857732ee22c56f868e7551778a3 [file] [log] [blame]
Camel CXF (code first) and Apache Tomcat example
================================================
An example which uses code-first to expose a webservice in Camel running on Apache Tomcat.
It can be run using Maven.
You will need to package this example first:
mvn package
To run the example deploy it in Apache Tomcat by copying the .war to the
deploy folder of Apache Tomcat.
The webservice is located at (use correct version number)
http://localhost:8080/camel-example-cxf-tomcat-2.5/webservices/incident?wsdl
This example is documented at
http://camel.apache.org/cxf-tomcat-example.html
If you hit any 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!
------------------------
The Camel riders!