I have very simple web service which is not doing anything but receiving numeric value interpreted as a number of seconds to sleep before responding with "OK, I'm done". If the nap time is set to be longer than 10 seconds, client never receives any response. I tested it on Tomcat (5.5 and 6) with Axis2 (1.4 and 1.5) and WAS 6.1 with FP (JAX-WS). I tested both synch and asynch type of clients. Anyway, it seems like regardless environment and platform, the result is always the same: If web service is to take longer than 10 seconds to respond, client never receives the response.
Any ideas?