Web Service in JDK 6 - client resends request after certain time ?

A

anonym

Hi,

I am using the JAX-WS in JDK 6 to build a web service.
The client sends a request to the server and server starts processing
the request. The Server side processing is time consuming.

I am not sure what exactly happens, but after a certain time, a new
thread gets started for server-side processing. I have not used any
multi-threading in my coding .

Does JDK WS include a built-in timeout after which the client
automatically resends the request to the server ?

Thank you.
 
J

Jan Thomä

I am not sure what exactly happens, but after a certain time, a new
thread gets started for server-side processing. I have not used any
multi-threading in my coding .

Does JDK WS include a built-in timeout after which the client
automatically resends the request to the server ?


Don't know about that, but using a network sniffer like Wireshark, you can
actually see which requests are sent to your server, which might aid you in
debugging the issue.

Jan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top