Logo

Web serviser请求通道在等待 00:00:59.6479648 以后答复时超时。增加传递给请求调用的超时值,或者增加绑定上的 SendTimeout 值。分配给此操作的时间可能是更长超时的一部分。

photo

2023年12月14日

调用WebService方法出现超时,可在客户端的Web.config如下设置:

 

<system.serviceModel>
    <bindings>
      <basicHttpBinding>
        <binding name=”XZDataWebChatServiceSoap” closeTimeout=”00:30:00″ openTimeout=”00:30:00″ receiveTimeout=”00:30:00″           sendTimeout=”00:30:00″ />
      </basicHttpBinding>
    </bindings>
    <client>
    <endpoint address=”http://10.101.5.20:8010/Portal/Tenant/Webservice/XZDataWebChatService.asmx”
      binding=”basicHttpBinding” bindingConfiguration=”XZDataWebChatServiceSoap”
      contract=”ServiceReference1.XZDataWebChatServiceSoap” name=”XZDataWebChatServiceSoap” />
    </client>
  </system.serviceModel>
</configuration>

橙子主题打折出售

其实我不卖,主要是这里是放广告的,所以就放了一个
毕竟主题都没做完,卖了也是坑.

购买它
所有附件
该文章没有附件.
本文为原创文章,请注意保留出处!

热门文章

C#图片处理 通常对一幅图片的处理包括:格式变换,缩放(Scale),翻转(Rotate),截取(Clip),滤镜...C#图片处理 作者:Pastore Antonio
1716 浏览量
memcached 处理 多端口:https://blog.csdn.net/Erica_1230/article/deta...memcached处理 作者:Pastore Antonio
1676 浏览量
AssemblyInstaller 的应用 usingSystem;usingSystem.Configuration.Install;us...AssemblyInstaller的应用 作者:Pastore Antonio
1666 浏览量
WordPress上传文件大小限制修改 WordPress上传媒体文件默认大小限制是2M或8M,当文件大于这个限定大小时,是上传不了的。其实...WordPress上传文件大小限制修改 作者:Pastore Antonio
1639 浏览量
Layui开发日记 丰富版table:https://saodiyang.gitee.io/layui-soul-ta...Layui开发日记 作者:Pastore Antonio
1592 浏览量