<?xml version='1.0' encoding='UTF-8'?><wsdl:definitions name="VerzeichnisService" 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="getAhkstatus" type="ear:getAhkstatus"/>
<xs:element name="getAhkstatusResponse" type="ear:getAhkstatusResponse"/>
<xs:element name="getAlleGeraetearten" type="ear:getAlleGeraetearten"/>
<xs:element name="getAlleGeraeteartenResponse" type="ear:getAlleGeraeteartenResponse"/>
<xs:element name="getErstbehandlungsanlagen" type="ear:getErstbehandlungsanlagen"/>
<xs:element name="getErstbehandlungsanlagenResponse" type="ear:getErstbehandlungsanlagenResponse"/>
<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="plz" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="bundesland" nillable="true" type="ear:Bundesland"/>
<xs:element minOccurs="0" name="registrierungsnummer" nillable="true" type="xs:int"/>
<xs:element minOccurs="0" name="marke" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="kategorienummer" nillable="true" type="xs:int"/>
<xs:element minOccurs="0" name="geraeteartnummer" nillable="true" type="xs:int"/>
<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:Registrierungen"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Registrierungen">
<xs:complexContent>
<xs:extension base="ear:PagedList">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="registrierungen" type="ear:Registrierung"/>
</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="Registrierung">
<xs:sequence>
<xs:element name="registrierungsnummer" type="xs:int"/>
<xs:element name="herstellername" type="xs:string"/>
<xs:element minOccurs="0" name="plz" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="bundesland" nillable="true" type="xs:string"/>
<xs:element name="kategoriename" type="xs:string"/>
<xs:element name="geraeteartname" 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="getAhkstatus">
<xs:sequence>
<xs:element name="codeId" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="getAhkstatusResponse">
<xs:sequence>
<xs:element maxOccurs="unbounded" name="ahkstatus" type="ear:Ahkstatus"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Ahkstatus">
<xs:sequence>
<xs:element name="codeId" type="xs:string"/>
<xs:element name="typ" type="xs:string"/>
<xs:element name="status" type="ear:Status"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Status">
<xs:sequence>
<xs:element name="statusId" type="xs:int"/>
<xs:element name="statusText" 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="registrierungsnummer" nillable="true" type="xs:int"/>
<xs:element minOccurs="0" name="marke" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="kategorienummer" nillable="true" type="xs:int"/>
<xs:element minOccurs="0" name="geraeteartnummer" nillable="true" type="xs:int"/>
<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:Marken"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Marken">
<xs:complexContent>
<xs:extension base="ear:PagedList">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="marken" type="ear:Marke"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="Marke">
<xs:sequence>
<xs:element name="registrierungsnummer" type="xs:int"/>
<xs:element minOccurs="0" name="marke" type="xs:string"/>
<xs:element name="herstellername" type="xs:string"/>
<xs:element minOccurs="0" name="bildmarke" type="ear:Bildmarke"/>
<xs:element name="kategoriename" type="xs:string"/>
<xs:element name="geraeteartname" 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:complexType name="getErstbehandlungsanlagen">
<xs:sequence>
<xs:element minOccurs="0" name="plz" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="ort" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="bundesland" nillable="true" type="ear:Bundesland"/>
<xs:element default="1" name="page" type="xs:int"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="getErstbehandlungsanlagenResponse">
<xs:sequence>
<xs:element name="Erstbehandlungsanlagen" type="ear:Erstbehandlungsanlagen"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Erstbehandlungsanlagen">
<xs:complexContent>
<xs:extension base="ear:PagedList">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="erstbehandlungsanlagen" type="ear:Erstbehandlungsanlage"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="Erstbehandlungsanlage">
<xs:sequence>
<xs:element name="name" type="xs:string"/>
<xs:element name="standortname" type="xs:string"/>
<xs:element minOccurs="0" name="strasse" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="plz" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="ort" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="bundesland" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="taetigkeit" nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="getAlleGeraetearten">
<xs:sequence/>
</xs:complexType>
<xs:complexType name="getAlleGeraeteartenResponse">
<xs:sequence>
<xs:element maxOccurs="unbounded" name="geraeteart" type="ear:Geraeteart"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Geraeteart">
<xs:sequence>
<xs:element name="nummer" type="xs:int"/>
<xs:element name="name" type="xs:string"/>
<xs:element minOccurs="0" name="gruppe" nillable="true" type="ear:Gruppe"/>
<xs:element name="kategorie" type="ear:Kategorie"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Gruppe">
<xs:sequence>
<xs:element name="nummer" type="xs:int"/>
<xs:element name="name" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Kategorie">
<xs:sequence>
<xs:element name="nummer" type="xs:int"/>
<xs:element name="name" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="Bundesland">
<xs:restriction base="xs:string">
<xs:enumeration value="BB"/>
<xs:enumeration value="BE"/>
<xs:enumeration value="BW"/>
<xs:enumeration value="BY"/>
<xs:enumeration value="HB"/>
<xs:enumeration value="HE"/>
<xs:enumeration value="HH"/>
<xs:enumeration value="MV"/>
<xs:enumeration value="NI"/>
<xs:enumeration value="NW"/>
<xs:enumeration value="RP"/>
<xs:enumeration value="SH"/>
<xs:enumeration value="SL"/>
<xs:enumeration value="SN"/>
<xs:enumeration value="ST"/>
<xs:enumeration value="TH"/>
</xs:restriction>
</xs:simpleType>
<xs:element name="ServiceFault" nillable="true" type="ear:ServiceFault"/>
</xs:schema>
  </wsdl:types>
  <wsdl:message name="getAlleGeraeteartenResponse">
    <wsdl:part element="tns:getAlleGeraeteartenResponse" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <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="getErstbehandlungsanlagen">
    <wsdl:part element="tns:getErstbehandlungsanlagen" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="isAliveResponse">
    <wsdl:part element="tns:isAliveResponse" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="getAhkstatusResponse">
    <wsdl:part element="tns:getAhkstatusResponse" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="getErstbehandlungsanlagenResponse">
    <wsdl:part element="tns:getErstbehandlungsanlagenResponse" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="getHerstellerResponse">
    <wsdl:part element="tns:getHerstellerResponse" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="getAlleGeraetearten">
    <wsdl:part element="tns:getAlleGeraetearten" 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="getAhkstatus">
    <wsdl:part element="tns:getAhkstatus" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:portType name="VerzeichnisServicePort">
    <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="getAhkstatus">
      <wsdl:input message="tns:getAhkstatus" name="getAhkstatus">
    </wsdl:input>
      <wsdl:output message="tns:getAhkstatusResponse" name="getAhkstatusResponse">
    </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:operation name="getErstbehandlungsanlagen">
      <wsdl:input message="tns:getErstbehandlungsanlagen" name="getErstbehandlungsanlagen">
    </wsdl:input>
      <wsdl:output message="tns:getErstbehandlungsanlagenResponse" name="getErstbehandlungsanlagenResponse">
    </wsdl:output>
      <wsdl:fault message="tns:ServiceException" name="ServiceException">
    </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="getAlleGeraetearten">
      <wsdl:input message="tns:getAlleGeraetearten" name="getAlleGeraetearten">
    </wsdl:input>
      <wsdl:output message="tns:getAlleGeraeteartenResponse" name="getAlleGeraeteartenResponse">
    </wsdl:output>
      <wsdl:fault message="tns:ServiceException" name="ServiceException">
    </wsdl:fault>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="VerzeichnisServiceSoapBinding" type="tns:VerzeichnisServicePort">
    <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="getAhkstatus">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="getAhkstatus">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="getAhkstatusResponse">
        <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:operation name="getErstbehandlungsanlagen">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="getErstbehandlungsanlagen">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="getErstbehandlungsanlagenResponse">
        <soap:body use="literal"/>
      </wsdl:output>
      <wsdl:fault name="ServiceException">
        <soap:fault name="ServiceException" use="literal"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="getAlleGeraetearten">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="getAlleGeraetearten">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="getAlleGeraeteartenResponse">
        <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="VerzeichnisService">
    <wsdl:port binding="tns:VerzeichnisServiceSoapBinding" name="VerzeichnisServicePort">
      <soap:address location="https://soap.ear-system.de/ear-soap/v2/VerzeichnisService"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>