Apache CXF | Multiple responses to a webservice call
- by user350712
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