TALBOT Jacques (TJA) wrote:
With CXF, how do you specify asynchronous over the wire (as opposed to asynchronous simulated by the toolkit library), with 2 independents SOAP exchanges for the Request and the Reply, perhaps hours apart?
To do on-the-wire async calls you need to enable WS-Addressing. Have a look at the ws_addressing sample in the CXF distribution, you should be able to do this without changing your code. It should be enough to add the WS Addressing feature to your bus (or endpoint and client) and set up the decoupled endpoint address on your client-side HTTP conduit, which are both doable in the Spring configuration (note I haven't tried this myself).
Ian -- Ian Roberts | Department of Computer Science [EMAIL PROTECTED] | University of Sheffield, UK
