Hi,
Does you client need to use the service WSDL to generate the question
message?
If so, I'm afraid you still need to let camel-cxf know about the WSDL or
generate the artifact with WSDL.
Otherwise, you can leverage the camel-jetty and camel-http component to
route the request to backend system.
Willem
Wayne Keenan wrote:
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