摘要: 调用webservice时提示对操作的回复消息正文进行反序列化时出错调用webservice时提示对操作的回复消息正文进行反序列化时出错。主要原因webservice返回值的长度超过readerQuotas中的了maxStringContentLength值,造成返回值截断,不完整,反序列化时出错。 <readerQuotas maxDepth="32" maxStringContentLength="81920" maxArrayLength="16384" maxBytesPerRead="4096" m 阅读全文
posted @ 2012-11-16 16:13 cpcpc 阅读(6617) 评论(2) 推荐(0) 编辑