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" />

 

posted @ 2018-12-18 22:39  一只桔子2233  阅读(272)  评论(0编辑  收藏  举报