Pages

Friday, August 3, 2012

Web service error : There was an error deserializing the object of type. The maximum array length quota (16384) has been exceeded while reading XML data


When we are calling SharePoint web services from .NET client and if we are passing large amount of data and variables to web services then at that time we need to make sure that we are changing MaxArrayLength property into client application web.config file. Generally setting 2147483647 value for MaxArrayLength property into web.config file resolve the problem.

Reference Links:


No comments:

Post a Comment