This content has been marked as final.
Show 1 reply
-
1. Re: Apache-CXF Restful Web Services Async and sync communication
davsclaus May 28, 2012 5:27 AM (in response to mallikarjun_sh)Are you using the CXF RS client to invoke the REST service?
I dont think the CXF RS client currently support async invocations. eg its blocking while waiting for the reply.
I think RS 2.0 spec has improvements in terms of async / sync invocations. So it should be coming in the future.