我在现有环境中遇到了一些供应商问题。他们的盒子正在运行Apache Tomcat,而我正在运行IIS7。当WSDL文件从Apache传递到IIS时,IIS将使用<s:
而不是其Apache服务器希望查看的<xsd:
进行响应。下面是发送的WSDL文件的开头。返回的数据是正确的,但是他们想要查看的格式以<xsd:
NOT <s:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:ahpns="http://ws.ebc.ahp.ini.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
name="AHPEligibilityBenefitClaimsWS" targetNamespace="http://ws.ebc.ahp.ini.com/">
<wsdl:types>
<xsd:schema targetNamespace="http://ws.ebc.ahp.ini.com/">
<xsd:element name="GetClaimsDataRequest">
<xsd:complexType>
<xsd:sequence>