I am getting error "The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element."
Steps to reproduce
1. We created an application in .Net which contains Web reference to Sales Force system and Axapta net Tcp reference to connect to Axapta. The whole purpose of this kind of setup is to pull customers from Sales force and Sync into Axapta.
2. When we run this application in .Net we are able to sync customers successfully.
3. We created reference in Axapta and called this application for sync, we started getting error "The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element." This was working fine earlier but seems the number of customers have increased over a period of time.
4. We have increased the buffer size parameters in app.config file in .Net. We also increased the buffer size values in inbound ports (By stopping service and clicking on configure button). But no help.
Can anyone please suggest what to be done.