<?xml version='1.0' encoding='UTF-8'?><wsdl:definitions name="HGSVerzeichnisService" 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="getHerstellerGarantieSysteme" type="ear:getHerstellerGarantieSysteme"/>
<xs:element name="getHerstellerGarantieSystemeResponse" type="ear:getHerstellerGarantieSystemeResponse"/>
<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="getHerstellerGarantieSysteme">
<xs:sequence>
<xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="systembetreiber" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="kalenderjahr" nillable="true" type="xs:string"/>
<xs:element default="1" name="page" type="xs:int"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="getHerstellerGarantieSystemeResponse">
<xs:sequence>
<xs:element minOccurs="0" name="return" type="ear:HerstellerGarantieSysteme"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="HerstellerGarantieSysteme">
<xs:complexContent>
<xs:extension base="ear:PagedList">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="garantiesysteme" type="ear:herstellerGarantieSystem"/>
</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="herstellerGarantieSystem">
<xs:sequence>
<xs:element name="name" type="xs:string"/>
<xs:element name="systembetreiber" type="xs:string"/>
<xs:element name="kalenderjahr" type="xs:int"/>
<xs:element name="feststellungsdatum" type="xs:dateTime"/>
<xs:element name="link" 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="getHerstellerGarantieSystemeResponse">
    <wsdl:part element="tns:getHerstellerGarantieSystemeResponse" 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="getHerstellerGarantieSysteme">
    <wsdl:part element="tns:getHerstellerGarantieSysteme" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:portType name="HGSVerzeichnisServicePort">
    <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="getHerstellerGarantieSysteme">
      <wsdl:input message="tns:getHerstellerGarantieSysteme" name="getHerstellerGarantieSysteme">
    </wsdl:input>
      <wsdl:output message="tns:getHerstellerGarantieSystemeResponse" name="getHerstellerGarantieSystemeResponse">
    </wsdl:output>
      <wsdl:fault message="tns:ServiceException" name="ServiceException">
    </wsdl:fault>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="HGSVerzeichnisServiceSoapBinding" type="tns:HGSVerzeichnisServicePort">
    <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="getHerstellerGarantieSysteme">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="getHerstellerGarantieSysteme">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="getHerstellerGarantieSystemeResponse">
        <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="HGSVerzeichnisService">
    <wsdl:port binding="tns:HGSVerzeichnisServiceSoapBinding" name="HGSVerzeichnisServicePort">
      <soap:address location="https://soap.ear-system.de/ear-soap/v2/HGSVerzeichnisService"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>