Versions Compared

Key

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

...

To use the SOAP dataformat in your camel routes you need to add the following dependency to your pom.

Code Block
xml
xml
<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-soap</artifactId>
  <version>2.3.0</version>
</dependency>