Hi

You can proxy endpoints / routes in Camel
http://camel.apache.org/using-camelproxy.html



On Fri, Mar 12, 2010 at 1:45 PM, Wayne Keenan <wayne.kee...@gmail.com> 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
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to