Hi, I'd like to use Axis and SOAP over HTTP for aynchronous messaging. Now I'm interested in how Axis internally matches responses to requests, and how the web service knows where to send the reply. Because I thought that you have to specify a unique ID (a correlator) and the return address for the service to receive a response. The reason for this is, that I've written handlers that add instrumentation data to each request and have to match request/response in them as well (in asynchronous messages). But if Axis already supports this, I won't have to implement it...
Thanks, Jan