When you use Microsoft Dynamics GP Web Services to integrate a large number of transactions that contain many distributions, you receive the following error message:
The request failed with HTTP status 400: Bad Request.
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.
View products that this article applies to.
<basicHttpBinding>
<!-- change maxReceivedMessageSize to 2147483647 from 128896-->
<binding name="BasicHttpBindingTarget" maxReceivedMessageSize="2147483647">
<readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/>
<security mode="TransportCredentialOnly">
<transport clientCredentialType="Ntlm"/>
</security>
</binding>
</basicHttpBinding>
Keywords: kbmbspartner, kbmbsmigrate, kbsurveynew, kberrmsg, kbexpertiseinter, kbfix, kbbug, kbtshoot, kb