既存の環境にベンダー ボックスを実装する際に問題が発生しています。彼らのマシンは 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>