sure, take a look at this EIP...http://camel.apache.org/scatter-gather.html


fachhoch wrote
> 
> I call  a webservice for my application for a user action, I have
> spring,cxf   client , I use this client to call the webservice, now our
> requirement added new webservice call , so I have to call two webservices
> , the old one and the new one, my initial plan  is in a method I will call 
> each  webservice,   club the result return the result, this will take more
> time as I have to wait  for   first  webservice to  return result then
> call second webservice , other way is to call each webservice in a thread 
> asynchronously this way both webservices are called at the same time , an
> overall time is reduced,does camel has anything inbuilt for calling
> multiple webservices asynchronously ?
> 


-----
Ben O'Day
IT Consultant -http://consulting-notes.com

--
View this message in context: 
http://camel.465427.n5.nabble.com/using-camel-to-call-multiple-web-services-asynchronously-tp5059120p5059642.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to