Hi all,
How do I serve multiple endpoints with CXF consumer. At the moment if you have more than one endpoint in your wsdl, Camel CXF consumer only allows you to specify one of them as the endpoint , if I want to include all the endpoints in the wsdl, how can this be done?
If your endpoints listen to the different address, you have to create the same numbers of CXF server for it. That is how CXF is designed.
If you want to server the SOAP11 and SOAP12 binding at the same address, CXF can do something for you.
Willem