Hi,
I have backend SCA components that is implemented in Java and the WSDL is automatically generated by the Apache Tuscany SCA container. I would like to be able to front access to my backend services using Camel. For this to function I would like to know it its possible to configure a (the CXF?) component to advertise the SCA generated WSDL (modifying the endpoint ports so not to expose the backed endpoint directly) and route thru Camel to the backend service. Thus, I could redirect/loadbalance or what ever without effecgting the client, Basically I want todo what Apache Synapse can do, but in Camel: http://wso2.org/library/189 It would be good if the component could do WSDL loading lazyly to account for situations whereby the SCA service has not started when the Camel route is started. (Like I have now :) ) All the best, Wayne