Error in Webservice call

Dera All,

While calling one webservice I’m getting below 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.

Please help me for this as I couldn’t find any parameter for the above in web config.

BR,

Bhaski

Do you have access to the IIS Website? If so, check out the Server web.config and check the maxRequestLength. Mine is currently set at 2097151.

Hi Daniel,

Thnaks for the reply.

I’m using IIS server.

Mine is also 2097151 but still error is coming. Do I need to increase more but curious from where it’s coming then