<?xml version='1.0' encoding='UTF-8'?><wsdl:definitions name="BattGAbfallbewirtschafterVerzeichnisService" 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="getAbfallbewirtschafter" type="ear:getAbfallbewirtschafter"/>
<xs:element name="getAbfallbewirtschafterResponse" type="ear:getAbfallbewirtschafterResponse"/>
<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="getAbfallbewirtschafter">
<xs:sequence>
<xs:element default="1" name="page" type="xs:int"/>
<xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="plz" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="batteriekategorie" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="bundesland" nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="getAbfallbewirtschafterResponse">
<xs:sequence>
<xs:element minOccurs="0" name="return" type="ear:AbfallbewirtschafterParent"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AbfallbewirtschafterParent">
<xs:complexContent>
<xs:extension base="ear:PagedList">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="abfallbewirtschafterList" type="ear:abfallbewirtschafter"/>
</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="abfallbewirtschafter">
<xs:sequence>
<xs:element name="name" type="xs:string"/>
<xs:element name="batteriekategorie" type="xs:string"/>
<xs:element name="anschrift" type="xs:string"/>
<xs:element name="plz" type="xs:int"/>
<xs:element name="land" type="xs:string"/>
<xs:element minOccurs="0" name="bundesland" 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="getAbfallbewirtschafter">
    <wsdl:part element="tns:getAbfallbewirtschafter" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="getAbfallbewirtschafterResponse">
    <wsdl:part element="tns:getAbfallbewirtschafterResponse" 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="BattGAbfallbewirtschafterVerzeichnisServicePort">
    <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="getAbfallbewirtschafter">
      <wsdl:input message="tns:getAbfallbewirtschafter" name="getAbfallbewirtschafter">
    </wsdl:input>
      <wsdl:output message="tns:getAbfallbewirtschafterResponse" name="getAbfallbewirtschafterResponse">
    </wsdl:output>
      <wsdl:fault message="tns:ServiceException" name="ServiceException">
    </wsdl:fault>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="BattGAbfallbewirtschafterVerzeichnisServiceSoapBinding" type="tns:BattGAbfallbewirtschafterVerzeichnisServicePort">
    <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="getAbfallbewirtschafter">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="getAbfallbewirtschafter">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="getAbfallbewirtschafterResponse">
        <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="BattGAbfallbewirtschafterVerzeichnisService">
    <wsdl:port binding="tns:BattGAbfallbewirtschafterVerzeichnisServiceSoapBinding" name="BattGAbfallbewirtschafterVerzeichnisServicePort">
      <soap:address location="http://localhost:8080/ear-soap/v2/BattGAbfallbewirtschafterVerzeichnisService"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>