Additional information: The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding elemen

wcf service:

1 
2     
3       
4         "basicHttp" maxReceivedMessageSize="9223372036854775807" maxBufferSize="2147483647" maxBufferPoolSize="9223372036854775807">
5           "2147483647" maxStringContentLength="2147483647" maxDepth="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/>
6         
7       
8     
9 

client:

 1 
 2      
 3         "v4.0" sku=".NETFramework,Version=v4.6" />
 4     
 5     
 6       
 7         
 8           "BasicHttpBinding_IMySQLService"  maxReceivedMessageSize="2147483647" maxBufferSize="2147483647" maxBufferPoolSize="2147483647">
 9             "2147483647" maxStringContentLength="2147483647" maxDepth="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/>
10           
11         
12       

 

你可能感兴趣的:(Additional information: The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding elemen)