How to set timeout value for client application
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