WSDL从Apache Tomcat发布到IIS7 C#Web服务并返回到Apache Tomcat

时间:2013-04-01 17:56:26

标签: c# web-services apache iis wsdl

我在现有环境中遇到了一些供应商问题。他们的盒子正在运行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>

0 个答案:

没有答案