You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by "m.abdelaziz" <m....@gmail.com> on 2012/02/27 12:48:41 UTC

which solution fits my case XSLT or Converters?

Hi All,

i'm writting a route to integrate between System A and syste B, system A can
invoke a web service and send its request as xml string this xml follows a
specific schema, system B exposes a web service that accepts a set of
parameters.
i want to know which is better, 
* two unmarshal the request form system A and write converters to convert it
to the form that system B Undaerstands 
* or to use xslt to transform the xml and send it using http protocol to
system B

--
View this message in context: http://camel.465427.n5.nabble.com/which-solution-fits-my-case-XSLT-or-Converters-tp5518711p5518711.html
Sent from the Camel - Users mailing list archive at Nabble.com.