<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://service.ws.extreme.ebis.ne.jp" xmlns:ns1="http://entity.ws.extreme.ebis.ne.jp/xsd" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ns0="http://service.ws.extreme.ebis.ne.jp" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/">
  <wsdl:types>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://service.ws.extreme.ebis.ne.jp" xmlns:ns="http://service.ws.extreme.ebis.ne.jp">
            <xs:import namespace="http://entity.ws.extreme.ebis.ne.jp/xsd"/>
            <xs:complexType name="Exception">
                <xs:sequence>
                    <xs:element minOccurs="0" name="Exception" nillable="true" type="xs:anyType"/>
                </xs:sequence>
            </xs:complexType>

            <xs:element name="getAdEffectsCount">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="adEffectCondition" nillable="true" type="ns1:AdEffectCondition"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="getAdEffectsCountResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="return" type="xs:int"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>

            <xs:element name="getAdEffects">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="adEffectCondition" nillable="true" type="ns1:AdEffectCondition"/>
                        <xs:element minOccurs="0" name="limit" type="xs:int"/>
                        <xs:element minOccurs="0" name="offset" type="xs:int"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="getAdEffectsResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ns1:AdEffect"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>

            <xs:element name="getAdEffectsIndirectCount">
                <xs:complexType>
                    <xs:sequence>
                      <xs:element minOccurs="0" name="adEffectIndirectCondition" nillable="true" type="ns1:AdEffectIndirectCondition"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>

            <xs:element name="getAdEffectsIndirectCountResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="return" type="xs:int"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>

            <xs:element name="getAdEffectsIndirect">
                <xs:complexType>
                    <xs:sequence>
                      <xs:element minOccurs="0" name="adEffectIndirectCondition" nillable="true" type="ns1:AdEffectIndirectCondition"/>
                      <xs:element minOccurs="0" name="limit" type="xs:int"/>
                      <xs:element minOccurs="0" name="offset" type="xs:int"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>

            <xs:element name="getAdEffectsIndirectResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ns1:AdEffectIndirect"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>


            <xs:element name="getAdEffectConversionsCount">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="adEffectConversionCondition" nillable="true" type="ns1:AdEffectConversionCondition"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>

            <xs:element name="getAdEffectConversionsCountResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="return" type="xs:int"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>

            <xs:element name="getAdEffectConversions">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="adEffectConversionCondition" nillable="true" type="ns1:AdEffectConversionCondition"/>
                        <xs:element minOccurs="0" name="limit" type="xs:int"/>
                        <xs:element minOccurs="0" name="offset" type="xs:int"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>

            <xs:element name="getAdEffectConversionsResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ns1:AdEffectConversion"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>

            <xs:element name="getAdConversionAttributes">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="adConversionAttributeCondition" nillable="true" type="ns1:AdConversionAttributeCondition"/>
                        <xs:element minOccurs="0" name="limit" type="xs:int"/>
                        <xs:element minOccurs="0" name="offset" type="xs:int"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>

            <xs:element name="getAdConversionAttributesResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ns1:AdConversionAttribute"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>

            <xs:element name="getAdConversionAttributesCount">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="adConversionAttributeCondition" nillable="true" type="ns1:AdConversionAttributeCondition"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>

            <xs:element name="getAdConversionAttributesCountResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="return" type="xs:int"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>

        </xs:schema>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://entity.ws.extreme.ebis.ne.jp/xsd" xmlns:ax21="http://entity.ws.extreme.ebis.ne.jp/xsd">
            <xs:complexType name="AdEffectCondition">
                <xs:sequence>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="adIds" nillable="true" type="xs:string"/>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="adGroup1Ids" nillable="true" type="xs:int"/>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="adGroup2Ids" nillable="true" type="xs:int"/>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="mediaIds" nillable="true" type="xs:int"/>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="terminalTypes" nillable="true" type="xs:int"/>
                    <xs:element minOccurs="0" name="keyword" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="startDate" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="endDate" nillable="true" type="xs:string"/>
                </xs:sequence>
            </xs:complexType>

            <xs:complexType name="AdEffectConversionCondition">
                <xs:sequence>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="adIds" nillable="true" type="xs:string"/>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="conversionIds" nillable="true" type="xs:int"/>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="terminalTypes" nillable="true" type="xs:int"/>
                    <xs:element minOccurs="0" name="startDate" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="endDate" nillable="true" type="xs:string"/>
                </xs:sequence>
            </xs:complexType>

            <xs:complexType name="AdEffectIndirectCondition">
                <xs:sequence>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="adIds" nillable="true" type="xs:string"/>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="adGroup1Ids" nillable="true" type="xs:int"/>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="adGroup2Ids" nillable="true" type="xs:int"/>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="conversionIds" nillable="true" type="xs:int"/>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="mediaIds" nillable="true" type="xs:int"/>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="terminalTypes" nillable="true" type="xs:int"/>
                    <xs:element minOccurs="0" name="keyword" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="startDate" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="endDate" nillable="true" type="xs:string"/>
                </xs:sequence>
            </xs:complexType>

            <xs:complexType name="AdConversionAttributeCondition">
                <xs:sequence>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="adIds" nillable="true" type="xs:string"/>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="adGroup1Ids" nillable="true" type="xs:int"/>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="adGroup2Ids" nillable="true" type="xs:int"/>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="conversionIds" nillable="true" type="xs:int"/>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="mediaIds" nillable="true" type="xs:int"/>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="terminalTypes" nillable="true" type="xs:int"/>
                    <xs:element minOccurs="0" name="keyword" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="includeNaturalConversion" type="xs:boolean"/>
                    <xs:element minOccurs="0" name="startDate" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="endDate" nillable="true" type="xs:string"/>
                </xs:sequence>
            </xs:complexType>

            <xs:complexType name="AdEffect">
                <xs:sequence>
                    <xs:element minOccurs="0" name="adId" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="amount" type="xs:long"/>
                    <xs:element minOccurs="0" name="clickCount" type="xs:long"/>
                    <xs:element minOccurs="0" name="conversionCount" type="xs:long"/>
                    <xs:element minOccurs="0" name="cost" type="xs:long"/>
                    <xs:element minOccurs="0" name="impression" type="xs:long"/>
                    <xs:element minOccurs="0" name="terminalType" type="xs:int"/>
                </xs:sequence>
            </xs:complexType>

            <xs:complexType name="AdEffectConversion">
                <xs:sequence>
                    <xs:element minOccurs="0" name="adId" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="conversionCount" type="xs:long"/>
                    <xs:element minOccurs="0" name="conversionId" type="xs:int"/>
                    <xs:element minOccurs="0" name="terminalType" type="xs:int"/>
                </xs:sequence>
            </xs:complexType>

            <xs:complexType name="AdEffectIndirect">
                <xs:sequence>
                    <xs:element minOccurs="0" name="adId" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="direct" nillable="true" type="xs:long"/>
                    <xs:element minOccurs="0" name="firstAd" nillable="true" type="xs:long"/>
                    <xs:element minOccurs="0" name="indirect10" nillable="true" type="xs:long"/>
                    <xs:element minOccurs="0" name="indirect2" nillable="true" type="xs:long"/>
                    <xs:element minOccurs="0" name="indirect3" nillable="true" type="xs:long"/>
                    <xs:element minOccurs="0" name="indirect4" nillable="true" type="xs:long"/>
                    <xs:element minOccurs="0" name="indirect5" nillable="true" type="xs:long"/>
                    <xs:element minOccurs="0" name="indirect6" nillable="true" type="xs:long"/>
                    <xs:element minOccurs="0" name="indirect7" nillable="true" type="xs:long"/>
                    <xs:element minOccurs="0" name="indirect8" nillable="true" type="xs:long"/>
                    <xs:element minOccurs="0" name="indirect9" nillable="true" type="xs:long"/>
                    <xs:element minOccurs="0" name="latencyTime" nillable="true" type="xs:long"/>
                    <xs:element minOccurs="0" name="previous" nillable="true" type="xs:long"/>
                    <xs:element minOccurs="0" name="terminalType" nillable="true" type="xs:int"/>
                </xs:sequence>
            </xs:complexType>

            <xs:complexType name="AdConversionAttribute">
                <xs:sequence>
                    <xs:element minOccurs="0" name="amount" type="xs:long"/>
                    <xs:element minOccurs="0" name="conversionDate" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="conversionId" type="xs:int"/>
                    <xs:element minOccurs="0" name="directAd" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="firstAd" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="firstAdDate" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="indirectAd10" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="indirectAd2" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="indirectAd3" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="indirectAd4" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="indirectAd5" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="indirectAd6" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="indirectAd7" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="indirectAd8" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="indirectAd9" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="latencyTime" nillable="true" type="xs:int"/>
                    <xs:element minOccurs="0" name="memberName" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="other1" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="other2" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="other3" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="other4" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="other5" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="terminalType" nillable="true" type="xs:int"/>
                    <xs:element minOccurs="0" name="userId" nillable="true" type="xs:string"/>
                </xs:sequence>
            </xs:complexType>
            <xs:element name="hoteiAuthHeader" type="ns1:HoteiAuthHeader"/>
            <xs:complexType name="HoteiAuthHeader">
                <xs:sequence>
                    <xs:element minOccurs="0" name="logId" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="logArgument" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="apiKey" nillable="true" type="xs:string"/>
                </xs:sequence>
            </xs:complexType>
        </xs:schema>
  </wsdl:types>
  <wsdl:message name="getAdConversionAttributesResponse">
    <wsdl:part name="parameters" element="ns0:getAdConversionAttributesResponse"/>
  </wsdl:message>
  <wsdl:message name="getAdEffectsResponse">
    <wsdl:part name="parameters" element="ns0:getAdEffectsResponse"/>
  </wsdl:message>
  <wsdl:message name="getAdEffectsIndirectCountResponse">
    <wsdl:part name="parameters" element="ns0:getAdEffectsIndirectCountResponse"/>
  </wsdl:message>
  <wsdl:message name="getAdEffectsCountResponse">
    <wsdl:part name="parameters" element="ns0:getAdEffectsCountResponse"/>
  </wsdl:message>
  <wsdl:message name="getAdEffectConversionsRequest">
    <wsdl:part name="parameters" element="ns0:getAdEffectConversions"/>
  </wsdl:message>
  <wsdl:message name="getAdConversionAttributesCountResponse">
    <wsdl:part name="parameters" element="ns0:getAdConversionAttributesCountResponse"/>
  </wsdl:message>
  <wsdl:message name="hoteiAuthHeader">
    <wsdl:part name="parameters" element="ns1:hoteiAuthHeader"/>
  </wsdl:message>
  <wsdl:message name="getAdEffectConversionsResponse">
    <wsdl:part name="parameters" element="ns0:getAdEffectConversionsResponse"/>
  </wsdl:message>
  <wsdl:message name="getAdEffectsIndirectCountRequest">
    <wsdl:part name="parameters" element="ns0:getAdEffectsIndirectCount"/>
  </wsdl:message>
  <wsdl:message name="getAdEffectsIndirectResponse">
    <wsdl:part name="parameters" element="ns0:getAdEffectsIndirectResponse"/>
  </wsdl:message>
  <wsdl:message name="getAdConversionAttributesCountRequest">
    <wsdl:part name="parameters" element="ns0:getAdConversionAttributesCount"/>
  </wsdl:message>
  <wsdl:message name="getAdEffectConversionsCountResponse">
    <wsdl:part name="parameters" element="ns0:getAdEffectConversionsCountResponse"/>
  </wsdl:message>
  <wsdl:message name="getAdConversionAttributesRequest">
    <wsdl:part name="parameters" element="ns0:getAdConversionAttributes"/>
  </wsdl:message>
  <wsdl:message name="getAdEffectsCountRequest">
    <wsdl:part name="parameters" element="ns0:getAdEffectsCount"/>
  </wsdl:message>
  <wsdl:message name="getAdEffectsRequest">
    <wsdl:part name="parameters" element="ns0:getAdEffects"/>
  </wsdl:message>
  <wsdl:message name="getAdEffectsIndirectRequest">
    <wsdl:part name="parameters" element="ns0:getAdEffectsIndirect"/>
  </wsdl:message>
  <wsdl:message name="getAdEffectConversionsCountRequest">
    <wsdl:part name="parameters" element="ns0:getAdEffectConversionsCount"/>
  </wsdl:message>
  <wsdl:portType name="AdServicePortType">
    <wsdl:operation name="getAdEffectsCount">
      <wsdl:input message="ns0:getAdEffectsCountRequest" wsaw:Action="urn:getAdEffectsCount"/>
      <wsdl:output message="ns0:getAdEffectsCountResponse" wsaw:Action="urn:getAdEffectsCountResponse"/>
    </wsdl:operation>
    <wsdl:operation name="getAdEffects">
      <wsdl:input message="ns0:getAdEffectsRequest" wsaw:Action="urn:getAdEffects"/>
      <wsdl:output message="ns0:getAdEffectsResponse" wsaw:Action="urn:getAdEffectsResponse"/>
    </wsdl:operation>
    <wsdl:operation name="getAdEffectConversions">
      <wsdl:input message="ns0:getAdEffectConversionsRequest" wsaw:Action="urn:getAdEffectConversions"/>
      <wsdl:output message="ns0:getAdEffectConversionsResponse" wsaw:Action="urn:getAdEffectConversionsResponse"/>
    </wsdl:operation>
    <wsdl:operation name="getAdEffectConversionsCount">
      <wsdl:input message="ns0:getAdEffectConversionsCountRequest" wsaw:Action="urn:getAdEffectConversionsCount"/>
      <wsdl:output message="ns0:getAdEffectConversionsCountResponse" wsaw:Action="urn:getAdEffectConversionsCountResponse"/>
    </wsdl:operation>
    <wsdl:operation name="getAdEffectsIndirectCount">
      <wsdl:input message="ns0:getAdEffectsIndirectCountRequest" wsaw:Action="urn:getAdEffectsIndirectCount"/>
      <wsdl:output message="ns0:getAdEffectsIndirectCountResponse" wsaw:Action="urn:getAdEffectsIndirectCountResponse"/>
    </wsdl:operation>
    <wsdl:operation name="getAdEffectsIndirect">
      <wsdl:input message="ns0:getAdEffectsIndirectRequest" wsaw:Action="urn:getAdEffectsIndirect"/>
      <wsdl:output message="ns0:getAdEffectsIndirectResponse" wsaw:Action="urn:getAdEffectsIndirectResponse"/>
    </wsdl:operation>
    <wsdl:operation name="getAdConversionAttributes">
      <wsdl:input message="ns0:getAdConversionAttributesRequest" wsaw:Action="urn:getAdConversionAttributes"/>
      <wsdl:output message="ns0:getAdConversionAttributesResponse" wsaw:Action="urn:getAdConversionAttributesResponse"/>
    </wsdl:operation>
    <wsdl:operation name="getAdConversionAttributesCount">
      <wsdl:input message="ns0:getAdConversionAttributesCountRequest" wsaw:Action="urn:getAdConversionAttributesCount"/>
      <wsdl:output message="ns0:getAdConversionAttributesCountResponse" wsaw:Action="urn:getAdConversionAttributesCountResponse"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="AdServiceSOAP11Binding" type="ns0:AdServicePortType">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="getAdEffectsCount">
      <soap:operation soapAction="urn:getAdEffectsCount" style="document"/>
      <wsdl:input>
        <soap:header message="ns0:hoteiAuthHeader" part="parameters" use="literal">
        </soap:header>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getAdEffects">
      <soap:operation soapAction="urn:getAdEffects" style="document"/>
      <wsdl:input>
        <soap:header message="ns0:hoteiAuthHeader" part="parameters" use="literal">
        </soap:header>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getAdEffectConversions">
      <soap:operation soapAction="urn:getAdEffectConversions" style="document"/>
      <wsdl:input>
        <soap:header message="ns0:hoteiAuthHeader" part="parameters" use="literal">
        </soap:header>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getAdEffectConversionsCount">
      <soap:operation soapAction="urn:getAdEffectConversionsCount" style="document"/>
      <wsdl:input>
        <soap:header message="ns0:hoteiAuthHeader" part="parameters" use="literal">
        </soap:header>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getAdEffectsIndirectCount">
      <soap:operation soapAction="urn:getAdEffectsIndirectCount" style="document"/>
      <wsdl:input>
        <soap:header message="ns0:hoteiAuthHeader" part="parameters" use="literal">
        </soap:header>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getAdEffectsIndirect">
      <soap:operation soapAction="urn:getAdEffectsIndirect" style="document"/>
      <wsdl:input>
        <soap:header message="ns0:hoteiAuthHeader" part="parameters" use="literal">
        </soap:header>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getAdConversionAttributes">
      <soap:operation soapAction="urn:getAdConversionAttributes" style="document"/>
      <wsdl:input>
        <soap:header message="ns0:hoteiAuthHeader" part="parameters" use="literal">
        </soap:header>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getAdConversionAttributesCount">
      <soap:operation soapAction="urn:getAdConversionAttributesCount" style="document"/>
      <wsdl:input>
        <soap:header message="ns0:hoteiAuthHeader" part="parameters" use="literal">
        </soap:header>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="AdService">
    <wsdl:port name="AdServiceSOAP11port_http" binding="ns0:AdServiceSOAP11Binding">
      <soap:address location="https://ax.ebis.ne.jp/v2.3/services/AdService"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>
