Re: Using Camel to as WS Broker

2012-02-17 Thread Mauricio Chamati
Sounds exactly what I need, I will test it and send a feedback. Thanks! On Thu, Feb 16, 2012 at 11:58 PM, ychawla wrote: > Hi Guys, > It looks like you want to use a single service as a facade to the multiple > services behind the scenes. Camel can do that. Does the service that you > want to

Re: Using Camel to as WS Broker

2012-02-16 Thread ychawla
Hi Guys, It looks like you want to use a single service as a facade to the multiple services behind the scenes. Camel can do that. Does the service that you want to use as the facade have a WSDL/Service Spec? If yes, you can set up a CXF endpoint in either Payload or POJO mode for that service.

Re: Using Camel to as WS Broker

2012-02-16 Thread David Karlsen
I'm wondering about doing the same - but haven't got that far yet. Probably camel + cxf component would be the best route.' Or camel + http component if you really do not care about the soap stuff - but I guess you will. 2012/2/16 Mauricio Chamati : > Guys, I've read a lot under camel forums and