<?xml version='1.0' encoding='UTF-8'?><wsdl:definitions name="BattGVerzeichnisService" targetNamespace="http://www.ear-system.de/ear-soap/v2" xmlns:ns1="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://www.ear-system.de/ear-soap/v2" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <wsdl:types>
<xs:schema targetNamespace="http://www.w3.org/2005/05/xmlmime" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:attribute name="contentType" type="xs:string"/>
</xs:schema>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.ear-system.de/ear-soap/v2" xmlns:ear="http://www.ear-system.de/ear-soap/v2" xmlns:tns="http://www.ear-system.de/ear-soap/v2" xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="http://www.w3.org/2005/05/xmlmime"/>
<xs:element name="getAllebatteriearten" type="ear:getAllebatteriearten"/>
<xs:element name="getAllebatterieartenResponse" type="ear:getAllebatterieartenResponse"/>
<xs:element name="getAllebatteriekategorien" type="ear:getAllebatteriekategorien"/>
<xs:element name="getAllebatteriekategorienResponse" type="ear:getAllebatteriekategorienResponse"/>
<xs:element name="getHersteller" type="ear:getHersteller"/>
<xs:element name="getHerstellerResponse" type="ear:getHerstellerResponse"/>
<xs:element name="getMarken" type="ear:getMarken"/>
<xs:element name="getMarkenResponse" type="ear:getMarkenResponse"/>
<xs:element name="isAlive" type="ear:isAlive"/>
<xs:element name="isAliveResponse" type="ear:isAliveResponse"/>
<xs:complexType name="getHersteller">
<xs:sequence>
<xs:element minOccurs="0" name="herstellername" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="registrierungsnummerBattg" nillable="true" type="xs:int"/>
<xs:element minOccurs="0" name="marke" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="batterieart" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="batteriekategorie" nillable="true" type="xs:string"/>
<xs:element default="1" name="page" type="xs:int"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="getHerstellerResponse">
<xs:sequence>
<xs:element name="registrierungen" type="ear:BattGRegistrierungen"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BattGRegistrierungen">
<xs:complexContent>
<xs:extension base="ear:PagedList">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="registrierungen" type="ear:BattGRegistrierung"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType abstract="true" name="PagedList">
<xs:sequence>
<xs:element name="page" type="xs:int"/>
<xs:element name="pageSize" type="xs:int"/>
<xs:element name="offset" type="xs:int"/>
<xs:element name="total" type="xs:int"/>
<xs:element name="moreFound" type="xs:boolean"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BattGRegistrierung">
<xs:sequence>
<xs:element name="registrierungsnummerBattg" type="xs:int"/>
<xs:element name="herstellername" type="xs:string"/>
<xs:element minOccurs="0" name="ruecknahmesystem" type="xs:string"/>
<xs:element minOccurs="0" name="ofh" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="batterieart" type="xs:string"/>
<xs:element name="batteriekategorie" type="xs:string"/>
<xs:element minOccurs="0" name="markaustritt" nillable="true" type="xs:date"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ServiceFault">
<xs:sequence>
<xs:element minOccurs="0" name="message" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="getAllebatteriearten">
<xs:sequence/>
</xs:complexType>
<xs:complexType name="getAllebatterieartenResponse">
<xs:sequence>
<xs:element maxOccurs="unbounded" name="batterieart" type="ear:Batterieart"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Batterieart">
<xs:sequence>
<xs:element minOccurs="0" name="batterieart" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="getAllebatteriekategorien">
<xs:sequence/>
</xs:complexType>
<xs:complexType name="getAllebatteriekategorienResponse">
<xs:sequence>
<xs:element maxOccurs="unbounded" name="batteriekategorie" type="ear:Batteriekategorie"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Batteriekategorie">
<xs:sequence>
<xs:element name="batteriekategorie" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="isAlive">
<xs:sequence/>
</xs:complexType>
<xs:complexType name="isAliveResponse">
<xs:sequence>
<xs:element name="standardResponse" type="ear:StandardResponse"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="StandardResponse">
<xs:sequence>
<xs:element name="code" type="xs:int"/>
<xs:element name="text" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="getMarken">
<xs:sequence>
<xs:element minOccurs="0" name="herstellername" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="registrierungsnummerBattg" nillable="true" type="xs:int"/>
<xs:element minOccurs="0" name="marke" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="batterieart" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="batteriekategorie" nillable="true" type="xs:string"/>
<xs:element default="1" name="page" type="xs:int"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="getMarkenResponse">
<xs:sequence>
<xs:element name="marken" type="ear:BattGMarken"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BattGMarken">
<xs:complexContent>
<xs:extension base="ear:PagedList">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="marken" type="ear:BattGMarke"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="BattGMarke">
<xs:sequence>
<xs:element name="registrierungsnummerBattg" type="xs:int"/>
<xs:element name="herstellername" type="xs:string"/>
<xs:element minOccurs="0" name="marke" type="xs:string"/>
<xs:element minOccurs="0" name="bildmarke" type="ear:Bildmarke"/>
<xs:element minOccurs="0" name="batterieart" type="xs:string"/>
<xs:element name="batteriekategorie" type="xs:string"/>
<xs:element name="ruecknahmesystem" type="xs:string"/>
<xs:element name="ruecknahmeerklaerung" type="xs:string"/>
<xs:element minOccurs="0" name="ofh" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="veroeffentlichung" nillable="true" type="xs:date"/>
<xs:element minOccurs="0" name="markaustritt" nillable="true" type="xs:date"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Bildmarke">
<xs:sequence>
<xs:element name="filename" type="xs:string"/>
<xs:element name="file" type="xs:base64Binary"/>
</xs:sequence>
<xs:attribute ref="xmime:contentType"/>
</xs:complexType>
<xs:element name="ServiceFault" nillable="true" type="ear:ServiceFault"/>
</xs:schema>
  </wsdl:types>
  <wsdl:message name="getMarkenResponse">
    <wsdl:part element="tns:getMarkenResponse" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="getMarken">
    <wsdl:part element="tns:getMarken" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="isAliveResponse">
    <wsdl:part element="tns:isAliveResponse" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="getHerstellerResponse">
    <wsdl:part element="tns:getHerstellerResponse" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="getAllebatteriekategorien">
    <wsdl:part element="tns:getAllebatteriekategorien" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="getHersteller">
    <wsdl:part element="tns:getHersteller" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="isAlive">
    <wsdl:part element="tns:isAlive" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="ServiceException">
    <wsdl:part element="tns:ServiceFault" name="ServiceException">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="getAllebatterieartenResponse">
    <wsdl:part element="tns:getAllebatterieartenResponse" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="getAllebatteriekategorienResponse">
    <wsdl:part element="tns:getAllebatteriekategorienResponse" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="getAllebatteriearten">
    <wsdl:part element="tns:getAllebatteriearten" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:portType name="BattGVerzeichnisServicePort">
    <wsdl:operation name="getHersteller">
      <wsdl:input message="tns:getHersteller" name="getHersteller">
    </wsdl:input>
      <wsdl:output message="tns:getHerstellerResponse" name="getHerstellerResponse">
    </wsdl:output>
      <wsdl:fault message="tns:ServiceException" name="ServiceException">
    </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="getAllebatteriearten">
      <wsdl:input message="tns:getAllebatteriearten" name="getAllebatteriearten">
    </wsdl:input>
      <wsdl:output message="tns:getAllebatterieartenResponse" name="getAllebatterieartenResponse">
    </wsdl:output>
      <wsdl:fault message="tns:ServiceException" name="ServiceException">
    </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="getAllebatteriekategorien">
      <wsdl:input message="tns:getAllebatteriekategorien" name="getAllebatteriekategorien">
    </wsdl:input>
      <wsdl:output message="tns:getAllebatteriekategorienResponse" name="getAllebatteriekategorienResponse">
    </wsdl:output>
      <wsdl:fault message="tns:ServiceException" name="ServiceException">
    </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="isAlive">
      <wsdl:input message="tns:isAlive" name="isAlive">
    </wsdl:input>
      <wsdl:output message="tns:isAliveResponse" name="isAliveResponse">
    </wsdl:output>
      <wsdl:fault message="tns:ServiceException" name="ServiceException">
    </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="getMarken">
      <wsdl:input message="tns:getMarken" name="getMarken">
    </wsdl:input>
      <wsdl:output message="tns:getMarkenResponse" name="getMarkenResponse">
    </wsdl:output>
      <wsdl:fault message="tns:ServiceException" name="ServiceException">
    </wsdl:fault>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="BattGVerzeichnisServiceSoapBinding" type="tns:BattGVerzeichnisServicePort">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="getHersteller">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="getHersteller">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="getHerstellerResponse">
        <soap:body use="literal"/>
      </wsdl:output>
      <wsdl:fault name="ServiceException">
        <soap:fault name="ServiceException" use="literal"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="getAllebatteriearten">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="getAllebatteriearten">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="getAllebatterieartenResponse">
        <soap:body use="literal"/>
      </wsdl:output>
      <wsdl:fault name="ServiceException">
        <soap:fault name="ServiceException" use="literal"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="getAllebatteriekategorien">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="getAllebatteriekategorien">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="getAllebatteriekategorienResponse">
        <soap:body use="literal"/>
      </wsdl:output>
      <wsdl:fault name="ServiceException">
        <soap:fault name="ServiceException" use="literal"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="getMarken">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="getMarken">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="getMarkenResponse">
        <soap:body use="literal"/>
      </wsdl:output>
      <wsdl:fault name="ServiceException">
        <soap:fault name="ServiceException" use="literal"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="isAlive">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="isAlive">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="isAliveResponse">
        <soap:body use="literal"/>
      </wsdl:output>
      <wsdl:fault name="ServiceException">
        <soap:fault name="ServiceException" use="literal"/>
      </wsdl:fault>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="BattGVerzeichnisService">
    <wsdl:port binding="tns:BattGVerzeichnisServiceSoapBinding" name="BattGVerzeichnisServicePort">
      <soap:address location="https://test.ear-system.de/ear-soap/v2/BattGVerzeichnisService"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>