Pass through camel route using camel-cxf endpoints with two different WSDLs
Issue
I have an use case using camel-cxf endpoints:
1. It starts with a camel-cxf consumer endpoint and works as a proxy and represents the interface defined in WSDL_1;
2. The route is a pass-through route that sends to a backend web service using a camel-cxf producer endpoint;
3. The camel-cxf producer endpoint points to a different WSDL file: WSDL_2.
Is it possible to get it to work?
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.