I'm using the easylink API and have the binding setup with the following timeouts:
closeTimeout="00:01:00"
openTimeout="00:01:00"
receiveTimeout="00:30:00"
sendTimeout="00:30:00"
I'm getting this error seemingly randomly:
The request channel timed out while waiting for a reply after 00:29:59.8906313.
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.
The application sends many faxes just fine. I did just add an explicit close to the binding call (as recommended in a forum post) to see if that helps but not sure why I would need to do that.
30 minutes seems excessive to be processing a single page html doc especially when most of the other faxes proces without an issue. Anyone have ideas as to what I should be looking for?