Hi all, I'm not well-versed in web services, but I'm looking into a problem in our async web services. Unfortunately, our resident expert was recently laid off, and now I'm trying to muddle my way through. Frankly, I'm a little lost and could use your help.
We're running Axis2 in Tomcat6. Using soapUI, I send a request with WS-Addressing. The delayed response is received ok by the callback listener. So that seems to be working. However, soapUI doesn't get an immediate response from our server. Rather, it receives a 200 OK response *after* all the work is done (assuming the connection doesn't time out). So, really it is acting like a synchronous call. What do I need to do to make this call asynchronous? Thanks, James
