<?xml version='1.0' encoding='UTF-8'?><wsdl:definitions name="BattGRSVerzeichnisService" 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 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:element name="getBattGRuecknahmesysteme" type="ear:getBattGRuecknahmesysteme"/>
<xs:element name="getBattGRuecknahmesystemeResponse" type="ear:getBattGRuecknahmesystemeResponse"/>
<xs:element name="isAlive" type="ear:isAlive"/>
<xs:element name="isAliveResponse" type="ear:isAliveResponse"/>
<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="ServiceFault">
<xs:sequence>
<xs:element minOccurs="0" name="message" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="getBattGRuecknahmesysteme">
<xs:sequence/>
</xs:complexType>
<xs:complexType name="getBattGRuecknahmesystemeResponse">
<xs:sequence>
<xs:element name="ruecknahmesysteme" type="ear:BattGRuecknahmesysteme"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BattGRuecknahmesysteme">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ruecknahmesysteme" type="ear:BattGRuecknahmesystem"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BattGRuecknahmesystem">
<xs:sequence>
<xs:element name="ruecknahmesystem" type="xs:string"/>
<xs:element name="anschrift" type="xs:string"/>
<xs:element name="genehmigtAb" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:element name="ServiceFault" nillable="true" type="ear:ServiceFault"/>
</xs:schema>
  </wsdl:types>
  <wsdl:message name="isAliveResponse">
    <wsdl:part element="tns:isAliveResponse" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="getBattGRuecknahmesystemeResponse">
    <wsdl:part element="tns:getBattGRuecknahmesystemeResponse" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="getBattGRuecknahmesysteme">
    <wsdl:part element="tns:getBattGRuecknahmesysteme" 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:portType name="BattGRSVerzeichnisServicePort">
    <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="getBattGRuecknahmesysteme">
      <wsdl:input message="tns:getBattGRuecknahmesysteme" name="getBattGRuecknahmesysteme">
    </wsdl:input>
      <wsdl:output message="tns:getBattGRuecknahmesystemeResponse" name="getBattGRuecknahmesystemeResponse">
    </wsdl:output>
      <wsdl:fault message="tns:ServiceException" name="ServiceException">
    </wsdl:fault>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="BattGRSVerzeichnisServiceSoapBinding" type="tns:BattGRSVerzeichnisServicePort">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <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:operation name="getBattGRuecknahmesysteme">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="getBattGRuecknahmesysteme">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="getBattGRuecknahmesystemeResponse">
        <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="BattGRSVerzeichnisService">
    <wsdl:port binding="tns:BattGRSVerzeichnisServiceSoapBinding" name="BattGRSVerzeichnisServicePort">
      <soap:address location="https://soap.ear-system.de/ear-soap/v2/BattGRSVerzeichnisService"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>