I have two different cxf client and for a user action I have to call the two services and combine the response and show to user , I am planning to call each service in a thread so that both service calls are made asynchronously, please advice is there a better way to do , what do you suggest to call multiple webservices in a servlet and combine the result and create the response (both the services are independent of each other), please advice me.
-- View this message in context: http://cxf.547215.n5.nabble.com/calling-multiple-services-at-the-same-time-tp5059743p5059743.html Sent from the cxf-user mailing list archive at Nabble.com.
