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:
<
After creating your client specifying the binding and endpoint address, you can assign an OperationTimeout,
client.InnerChannel.OperationTimeout = new TimeSpan(0, 5, 0);