Apache CXF | Multiple responses to a webservice call

Posted by user350712 on Stack Overflow See other posts from Stack Overflow or by user350712
Published on 2010-05-27T08:04:24Z Indexed on 2010/06/17 4:03 UTC
Read the original article Hit count: 320

Filed under:
|
|

We want to implement a webservice with cxf in such a way that the call to it is asynchronous

and the server sends back multiple responses , is there a way in the cxf or any other

webservice API to do this or do we need to write our own custom implementation for this?

regards

Sameer

© Stack Overflow or respective owner

Related posts about java

Related posts about web-services