Error when retrieving users via WCF Service
To resolve buffer size error with WCF client application, edit the config file as follows and add the maxReceivedMessageSize property:
<basicHttpBinding>
<binding name="BasicHttpBinding_IService"
maxReceivedMessageSize="1500000"/>
</basicHttpBinding>