9 回答
TA贡献1831条经验 获得超9个赞
WF调用,改app.config 下的
receiveTimeout="02:01:00" sendTimeout="02:01:00"
<bindings>
<basicHttpBinding>
<binding name="ServiceSoap" closeTimeout="02:01:00" openTimeout="02:01:00"
receiveTimeout="02:01:00" sendTimeout="02:01:00" allowCookies="false"
bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard"
maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
useDefaultWebProxy="true">
<readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
maxBytesPerRead="4096" maxNameTableCharCount="16384" />
<security mode="None">
<transport clientCredentialType="None" proxyCredentialType="None"
realm="" />
<message clientCredentialType="UserName" algorithmSuite="Default" />
</security>
</binding>
</basicHttpBinding>
</bindings>
- 9 回答
- 0 关注
- 663 浏览
添加回答
举报