Web service call failure due to maxReceivedMessageSize

We are getting System.InvalidOperationException: Could not invoke client method. ----> System.ServiceModel.CommunicationException: The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize prope when calling soap web service.

We have tried to include binding in uirobot.exe.config file but its not working. Please help me its urgent. We are getting this issue in production.

Can the message be divided into smaller calls? It’s possible you exceeding a limit on either the web service your calling or the maximum datatype size within UiPath.

You can increase the message size quotas, in the web config file @Dinesh_Kumar_Lalchan