Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
2  
What is the client? Is the client timing out? – Marcus Adams Jul 14 '10 at 19:01
I agree is Marcus Adams. It sounds like it is the client timing out, not the server. – Dunderklumpen Jul 15 '10 at 5:35
Thanks guys, but I wish that was the case... it would be very easy to fix. Unfortunately All clients I tested with were set not to time-out, so they just sit there, indefinitely. – TeeBee Jul 15 '10 at 12:23
what does your server-side sleep code look like? – Catchwa Jul 18 '10 at 23:32
this can be a problem of your service code. – Amila Suriarachchi Dec 22 '11 at 4:45

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.