Hi,

I am using Camel embedded in ServiceMix via the servicemix-camel service
engine.

I need to implement the following routing scenario:


HTTP Consumer BC   ---> Camel  --->  Transformation --> HTTP Provider BC
             /|\                      |
              |______________ |


Basically, I receive a SOAP request through an HTTP endpoint in ServiceMix
and it gets directed to Camel. As soon as Camel receives it, it should
immediately return back a fixed response (<Response>OK</Response>), and then
it should invoke an XSLT Transformer, and should finally send the
transformed message to the HTTP Provider.

I am OK with the bit where I have to use a pipeline, but I don't understand
how to return the response half-way through the routing flow.

Could someone help me with this, please?

Thanks a lot!

-- 
View this message in context: 
http://www.nabble.com/Synchronous-asynchronous-bridge-tp19415072s22882p19415072.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to