Integrates Apache Camel with Apache CXF for SOAP and REST web services routing and transformation.
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-cxf</artifactId>
<version>3.17.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a CXF component instance
Ensure you specify both serviceClass and address in the endpoint URI, e.g., cxf://http://localhost:8080/ws?serviceClass=com.example.MyService
No dependency data recorded yet.