I am trying to understand how to integrate Apache Camel with any web service that provides a WSDL to generate its classes to afterward call his methods to return some requests.
I've studied a little about camel-spring-ws and camel-cxf packages. As I can see Spring Web Services Component does not support the use WSDL but CXF does, however it only supports connections with JAX-WS services hosted in CXF.
If I receive a WSDL from a customer, could I use CXF? Or would I need to create a custom component to use his methods?
As far as I can see the simplest way to implement it would be creating a Process or a Bean to invokes the remote web service.
Aucun commentaire:
Enregistrer un commentaire