在ASP.NET程序中调ODI提供的WebService时返回超时提示
提示信息:
The request channel timed out while waiting for a reply after 00:00:59.7839876. 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.
修改方法:
web.comfig文件
<binding name="InvokeRequestSOAP11Binding" closeTimeout="00:05:00"
openTimeout="00:05:00" receiveTimeout="00:10:00" sendTimeout="00:05:00"/>