1 WebService 常见问题
<binding name="PUB0018Soap" maxBufferSize="2147483647" maxReceivedMessageSize="2147483647"> <readerQuotas maxStringContentLength="2147483647" /> </binding>
<webServices>
<!--传输协议配置-->
<protocols>
<add name="HttpGet" />
<add name="HttpPost" />
<add name="HttpSoap" />
<add name="Documentation" />
</protocols>
</webServices>
<!-- 超时时间和文件最大大小配置 -->
<httpRuntime executionTimeout="300" maxRequestLength="409600" useFullyQualifiedRedirectUrl="false" />

浙公网安备 33010602011771号