On Mon, Jan 4, 2010 at 4:13 PM, jeroenvoogt <[email protected]> wrote: > > Hi all, > > Does anyone know how I can convert the response of an InOut exchange (so the > out message) using XSLT and pass it on to the original caller? > > In my situation, an external system is sending a soap request to the > middleware (Apache ServiceMix and Apache Camel 1.6) which transforms it and > passes it as a HTTP post request to another external system. That system > replies with a XML message. I'd like to transform that message before > sending it back to the original calling system in the soap response. >
Usually you just add that transformation as the last step in the route. The reply to the original caller is always "whatever the Exchange looks like" when the route ends. > Thanks! > Jeroen > > -- > View this message in context: > http://old.nabble.com/How-to-convert-the-response-of-an-InOut-exchange-using-XSLT-before-sending-it-back-to-the-original-calling-endpoint--tp27014281p27014281.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- 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
