Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This will expose a web service on http://localhost:8080/increment. With the help of a tool such as Soap-UI it's easy to sent messages to this endpoint. There's a ready to use SOAP-UI project available at examples/camel-example-spring-ws/client.

Code walk through

The Camel route exposing that exposes the above web service is defined as:

...