30 April 2009 0 Comments

Web Service Message Limits in AX 2009

By default, the WCF values for maxBufferSize and maxReceivedMessageSize are both 65536 (64K). If you send a request to a document service in Microsoft Dynamics AX and the message size exceeds this value, you’ll see a cryptic error that says something like: “The remote server returned an error: (400) Bad   Request.” You may also see an error message that references the maxReceivedMessageSize property.   To fix this problem, increase the binding properties maxBufferSize and maxReceivedMessageSize

Read the original:
Web Service Message Limits in AX 2009

If you liked this post, buy me a Coffee.

Leave a Reply