已超過傳入消息(65536)的最大消息大小配額。若要增長配額,請使用相應 webService

webservice 調用時遇到的配額問題 解決辦法 在客戶端 app.config或者服務端 web,config 中添加 web

maxBufferSize="2147483647" maxReceivedMessageSize="2147483647" app

 

以下:spa

<configuration>
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="LoginSoap" />
<binding name="InputStorageSoap" />
<binding name="PurchaseSoap" />
<!--<binding name="PublicServiceSoap" />-->
<binding name="PublicServiceSoap" maxBufferSize="2147483647" maxReceivedMessageSize="2147483647" />webservice


</basicHttpBinding>
<customBinding>io

相關文章
相關標籤/搜索