Our team is using Parasoft
SOAtest to test WCF method. After executing all tests, the following error
appears.
Message: 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.
In C# , I know it is easy to
adjust MaxReceivedMessageSize in app.config and the issue will be going away.
But in Parasoft SOAtest, how
to fix this issue?
If we change the Default to
Custom and uncheck Constrain request to WSDL, the issue is going away.
No comments:
Post a Comment