Apache Camel provides several different components for integrating WebServices. This talk will investigate the options and present situations when the options may be most appropriate.
Apache Camel provides several different components that allow integrating WebServices with your Camel routes. They include components for raw SOAP via SAAJ, Spring WebServices, and Apache CXF. In addition, there are components for raw HTTP, Restlet, JAX-RS (via CXF), and others that may provide additional capabilities.
This talk will present the various components and discuss some of the pros and cons of the options. In addition, some of the components (like the CXF component) has several modes of operation. We will also talk about the performance implications of some of those configurations.