I have a web service written in C# that is living on a SharePoint site. I have modified the web.config with the following code:
<
Try setting the timeout value in your web service proxy class:
WebReference.ProxyClass myProxy = new WebReference.ProxyClass(); myProxy.Timeout = 100000; //in milliseconds, e.g. 100 seconds