After generating a WCF component for a custom WCF server, you kept receiving an error and was unable to use the component for his data:
Error Error in Retrieve Data model: XSSD call Execution Engine Exception System.Exception: Execution Engine Exception ---> System.Exception: Execution Exception ---> System.ServiceModel.CommunicationException: 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. ---> System.ServiceModel.QuotaExceededException: 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. --- End of inner exception stack trace
Workflow Solution 8.7
The binding element of the value for MaxReceivedMessageSize property was set for the component at (65536). This was insufficient for some of the message sizes that the customers data was generating.
Initially the default value was thought to not be edited, except through generating the component code, extracting it through the generator, and then changing the binding value in the C# code in a development environment, such a Visual Studio.
However, here are the steps to resolve this issue.