AVEVA Global WCF Configuration Guide

Trouble Shooting : Buffer Too Small
Double the existing values of the maxReceivedMessageSize and maxBufferSize attributes.
Note:
the maxBufferSize attribute is available only in basicHttpBinding.
<bindings>
<basicHttpBinding>
<binding name="BasicHttpBinding_IGlobalWcfService" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" transferMode="Buffered" messageEncoding="Mtom" maxBufferPoolSize="1048576" maxBufferSize="1048576" maxReceivedMessageSize="1048576">
<readerQuotas maxDepth="32" maxStringContentLength="1048576" maxArrayLength="1048576" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
<security mode="None">
</security>
</binding>
</basicHttpBinding>
</bindings>

1974 to current year. AVEVA Solutions Limited and its subsidiaries. All rights reserved.
AVEVA Logo