【webservice有关application/xop+xml的异常】追风赶月莫停留,平芜尽处是春山。这篇文章主要讲述webservice有关application/xop+xml的异常相关的知识,希望能为你提供帮助。
今天同事调用一个webservice时返回类似错误
响应消息的内容类型 multipart/related; type="application/xop+xml"; boundary="uuid:026bd32a-6fb3-45a6-8559-fe68024bfe2a"; start="< [email protected]> "; start-info="text/xml" 与绑定(text/xml; charset=utf-8)的内容类型不匹配。如果使用自定义编码器,请确保正确实现
搜索找到这个地方
http://stackoverflow.com/questions/10496186/error-consuming-webservice-content-type-application-xopxml-does-not-match-ex
原来只需修改配置的编码方式为“ Mtom” 就能解决问题
< configuration> < system.serviceModel> < bindings> < basicHttpBinding> < binding messageEncoding="Mtom"> < /binding> < /basicHttpBinding> < /bindings> < /system.serviceModel> < /configuration>
推荐阅读
- android之GMS认证
- netapp网络接口聚合的3种模式
- 一键将Web应用发布到云-Azure Web App
- Another app is currently holding the yum lock; waiting for it to exit 解决方法
- Android之Activity之间传递对象
- Mybatis Mapper.java和Mapper.xml能否分离问题
- Win1064位正式版下移除微软OneDrive的技巧
- ylmfWin1032位下设置多个不同地区的时钟的技巧
- 最新PC版Win10OneDrive弹窗界面更Metro化