Re: Synchronous route for an asynchronous web service pair

2011-07-08 Thread ychawla
Hi Freeman, I found this article written a while back that addresses this architecture: http://www.catify.com/2010/11/02/handling-http-requests-with-an-asynchronous-system-in-the-back/ It seems a little complicated though and I was hoping there was an EIP that would address this out of the box.

Re: Synchronous route for an asynchronous web service pair

2011-07-07 Thread Freeman Fang
Hi, As you're talking about web service invocation, your requirement sounds really like the callback usecase in cxf. You may need take a look at the callback simple shipped with cxf kit. Freeman On 2011-7-8, at 下午1:49, ychawla wrote: Hello All, I have two one-way asynchronous web services.