Client found response content type of 'multipart/related; type="application/xop+xml"; start="<soap.x

Client found response content type of 'multipart/related; type="application/xop+xml"; start="<soap.xml@xfire.codehaus.org>"; start-info="text/xml"; boundary="----=_Part_10_473535837.1417501736399"',but expected 'text/xml'.
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服务

相关文章

php输出xml格式字符串
J2ME Mobile 3D入门教程系列文章之一
XML轻松学习手册
XML入门的常见问题(一)
XML入门的常见问题(三)
XML轻松学习手册(2)XML概念