I'm just starting out on Camel here. I'm trying to see if this can be done with Spring XML and Camel, without the need for a lot of custom Java. If it's needed, then it's needed.I have a scenario where I will have 1 incoming XML Message (WebService request) that I need to split into multiple messages then stitch back together.I'm working with an XML message that I need to split into (or create multiple messages from) multiple XML strings, and send each one to a separate web service end point (I'm hoping to do this in parallel). Once I have all the responses, stitch them back together.Looking at the documentation it seems that the Splitter <http://camel.apache.org/splitter.html> and Aggregator2 <http://camel.apache.org/aggregator2.html> functions might be the best, but I have some questions regarding those that aren't handled in the documentation.During the Split, can I have more functionality than what the documentation talks about? Custom XSLT calls/Java Code/Etc.?Any help would rock - thanks.
-- View this message in context: http://camel.465427.n5.nabble.com/Splitting-XML-into-multiple-separate-bits-and-send-out-to-webservices-tp5730936.html Sent from the Camel - Users mailing list archive at Nabble.com.