我在现有环境中隐含供应商框时遇到了一些问题。他们的机器正在运行 Apache Tomcat,而我正在运行 IIS7。当 WSDL 文件从 Apache 传递到 IIS 时,IIS会以 Apache 服务器希望看到的<s:
而不是返回响应。<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>