Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix CXF JAX-WS config page link, some minor wording changes

...

You can find more advanced examples which that show how to provide interceptors, properties and handlers here:
http://cwiki.apache.org/CXF20DOC/jax-ws-configuration.htmlon the CXF JAX-WS Configuration page.

NOTE
You can use cxf:properties to set the camel-cxf endpoint's dataFormat and setDefaultBus properties from spring configuration file.

...

How to let camel-cxf response message with xml start document

If you are using some soap SOAP client such as PHP, you will get this kind of error, because CXF doesn't add the XML start document "<?xml version="1.0" encoding="utf-8"?>"

...