Hello, I have two questions concerning WS-Addressing and Asynchrony :
1. Concerning the CXF WS-Addressing example, I don't understand the purpose of WS-Addressing in this case because when the client calls the service, it is blocked (no callback method). So why send the response on another port if the thread blocks on call ? 2. What I am looking for is to developp an asynchronous WS-Addressing process with callback handling. In CXF, I have found async processes but the mecanisms are "native" to CXF and the previous example is not dealing with asynchrony. Is there a sample which mixes asynchronous process with WS-Addressing ? Thank you Regards, Greg -- View this message in context: http://www.nabble.com/WS-Addressing-and-Asynchronous-processes-tp24200929p24200929.html Sent from the cxf-user mailing list archive at Nabble.com.
