Timeout using async Web Services after 5 minutes

  • Thread starter Jean Rodolfo Taruhn
  • Start date
J

Jean Rodolfo Taruhn

I am using Begin<Method> and a callback function with End<Method>.

When the WebService takes more than 5 minutes to return, I get an exception
rised on the client with the message:

"An unhandled exception of type 'System.IO.IOException' occurred in
system.dll - Additional information: Unable to read data from the transport
connection."


I already set the .Timeout to Timeout.Infinite. The session time-out is
using the default value of 20 minutes

It does not seen to be a server-side timeout. Any idea ?


-----
Aditional scenario info:

The server is taking more than 5 minutes because I want. What I really need
is to send a message to the WS client when an event occurs. If it occurs
before 5 minutes the servers sends the reply. If not, the server sends an
empty reply after 5 minutes and the client starts a new call. I wanted to
use 10 minutes or more, in order not to overload the server.

I am doing this because I can not install a web service on each client and I
can only use the 80 port to communicate.
 

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,755
Messages
2,569,536
Members
45,008
Latest member
HaroldDark

Latest Threads

Top