Tag: quota

“在读取XML数据时已超出最大字符串内容长度配额(8192)”将XML字符串发送到WCF时出错

我正在使用.NET,C#应用程序,该应用程序打算将一个长XML字符串发送到WCF服务方法以进行进一步操作。 当我的应用程序尝试在运行时将XML字符串发送到WCF服务时,我收到一条错误消息: “The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter http://tempuri.org/:strProdUserDataXML. The InnerException message was ‘There was an error deserializing the object of type System.String. The maximum string content length quota (8192) has been exceeded while reading XML data. This quota may be […]