The request channel timed out while waiting for a reply after 00:00:59.9844002. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.
Any help is much appreciated! Thanks!
I had same problem, i edited both my App.config and Web.config and nothing. Then i just tried this:
this.clientWCF.InnerChannel.OperationTimeout = new TimeSpan(0, 15, 0);
And it works!!! Problem solved. Hope this helps you or others in the same predicament. Regards.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With