I'm still not sure the best route to take.

If I have the XML Message:



I want to take the first node (which can be found through xpath) and send
that to another Web Service. I then need to check to see if the attribute
foo exists in the 2nd element, and if so, manually create another XML file
(probably through a quick XSL transform <camel:to
uri="xslt:xslt/CreateAXML.xsl"/>) and send it to another.

Then I need to take both responses, and push them together.

What is the best way to do this within Camel?





--
View this message in context: 
http://camel.465427.n5.nabble.com/Splitting-XML-into-multiple-separate-bits-and-send-out-to-webservices-tp5730936p5731034.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to