Hi.

We have a SOAP webservice (CRUD, routed by Camel) where our clients register
medical data. Now we have a request from one client to send data via files,
e.g. a large xml file containing lots of records, in the first
implementation, only create requests.
We want to split this file using camel and then forward the data to the
create endpoint and then aggregate the result for each individual record
back to one large result-file. Today we are using cxf and jax-ws. 
The format of the bulk file is yet to be set, so any special requirements
here is not an issue.

Is this possible using only Camel? I haven't had any luck finding anything
similar while searching through the documentation/examples. Can anyone point
me in the right direction?

Thanks in advance
Christian Johansen



--
View this message in context: 
http://camel.465427.n5.nabble.com/Parsing-bulk-messages-from-file-xml-tp5718381.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to