标签:c# webservice 反序列化
主要原因webservice返回值的长度超过readerQuotas中的了maxStringContentLength值,造成返回值截断,不完整,反序列化时出错。
解决方案,在appconfig中,在某些值后面加2个0,保证长度不会被超过,下图是我改后的代码,一般情况下都一样,可以借鉴。
标签:c# webservice 反序列化
原文地址:http://blog.csdn.net/u011421608/article/details/41513321