Henry

Henry

  • NA
  • 1
  • 0

How to set timeout value for client application

Jan 2 2007 6:53 PM
I created a client application that calls a SOAP webservice and may take up to one minute to respond with results. How do I ensure that my client application will not timeout before the webservice does? And what's the default timeout value for my web application when it invokes a webservice. I'm using C# code by the way. Thanks! Henry