Angel, as far as I know on the server side requests are processed in a synchronous way (I think only the sun implementation allows for asynchronous processing on the server side [1]). If the client is asynchronous a 200 (ok) code is sent back to the client, then the server processes the request. When the response is ready it will be sent using ws-addressing information.
Michele [1] https://jax-ws.dev.java.net/nonav/2.1/docs/asyncprovider.html On Mon, 2007-04-02 at 17:38 +0300, Angel Todorov wrote: > On the other hand, on the > server-side there is the concept of asynchronous message receivers --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
