The request Failed with the error message:
--
------=_Part_10_473535837.1417501736399
Content-Type: application/xop+xml; charset=UTF-8; type="text/xml"
Content-transfer-encoding: 8bit
Content-ID: <soap.xml@xfire.codehaus.org>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soap:Body><ns1:uploadResponse xmlns:ns1="http://ehr.collect.ws.exchange.lgws.hnisi.com"><ns1:out><resp><status>1</status><serialNumber>2014120214285600334790</serialNumber><error/></resp></ns1:out></ns1:uploadResponse></soap:Body></soap:Envelope>
------=_Part_10_473535837.1417501736399--
解决方法:
调用方式: .net 调用 java WebServices(xfire,开启了MTOM) 错误描述: 客户端(.net):Error consuming webservice,content type “application/xop+xml” does not match expected type “text/xml” 服务端(xfire):正常 解决方法: 1、安装WSE组件; 2、在配置文件中增加如下配置: <microsoft.web.services3> < messaging> <mtom serverMode ="optional" clientMode ="On" /> </ messaging> </microsoft.web.services3> 3、web服务代理类要继承自 Microsoft.Web.Services3. WebServicesClientProtocol WSE-MTOM方式调用Java Web服务
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。