<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IKtoPruefservice" targetNamespace="http://webservices.hanft.de/" xmlns:tns="http://webservices.hanft.de/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns1="http://www.borland.com/namespaces/Types">
  <types>
    <xs:schema targetNamespace="http://www.borland.com/namespaces/Types" xmlns="http://www.borland.com/namespaces/Types">
      <xs:complexType name="TStringDynArray">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <xs:sequence/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="xs:string[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
    </xs:schema>
  </types>
  <message name="TestBlzKto0Request">
    <part name="UN" type="xs:string"/>
    <part name="PW" type="xs:string"/>
    <part name="Blz" type="xs:string"/>
    <part name="Kto" type="xs:string"/>
    <part name="C" type="xs:string"/>
    <part name="Id" type="xs:int"/>
    <part name="Name" type="xs:string"/>
  </message>
  <message name="TestBlzKto0Response">
    <part name="Result" type="xs:int"/>
    <part name="ResultText" type="xs:string"/>
    <part name="BankName" type="xs:string"/>
    <part name="NewBlz" type="xs:string"/>
    <part name="Iban" type="xs:string"/>
    <part name="Bic" type="xs:string"/>
  </message>
  <message name="TestIban1Request">
    <part name="UN" type="xs:string"/>
    <part name="PW" type="xs:string"/>
    <part name="IbanIn" type="xs:string"/>
    <part name="Id" type="xs:int"/>
    <part name="Name" type="xs:string"/>
  </message>
  <message name="TestIban1Response">
    <part name="Result" type="xs:int"/>
    <part name="ResultText" type="xs:string"/>
    <part name="BankName" type="xs:string"/>
    <part name="NewBlz" type="xs:string"/>
    <part name="IbanOut" type="xs:string"/>
    <part name="Bic" type="xs:string"/>
  </message>
  <message name="TestIbanBic2Request">
    <part name="UN" type="xs:string"/>
    <part name="PW" type="xs:string"/>
    <part name="IbanIn" type="xs:string"/>
    <part name="BicIn" type="xs:string"/>
    <part name="Id" type="xs:int"/>
    <part name="Name" type="xs:string"/>
  </message>
  <message name="TestIbanBic2Response">
    <part name="Result" type="xs:int"/>
    <part name="ResultText" type="xs:string"/>
    <part name="BankNameIban" type="xs:string"/>
    <part name="BankNameBic" type="xs:string"/>
    <part name="NewBlz" type="xs:string"/>
    <part name="IbanOut" type="xs:string"/>
    <part name="BicOut" type="xs:string"/>
    <part name="ServiceSCT" type="xs:int"/>
    <part name="ServiceSDD" type="xs:int"/>
    <part name="ServiceB2B" type="xs:int"/>
  </message>
  <message name="TestBic3Request">
    <part name="UN" type="xs:string"/>
    <part name="PW" type="xs:string"/>
    <part name="Bic" type="xs:string"/>
  </message>
  <message name="TestBic3Response">
    <part name="BankName" type="xs:string"/>
    <part name="ServiceSCT" type="xs:int"/>
    <part name="ServiceSDD" type="xs:int"/>
    <part name="ServiceB2B" type="xs:int"/>
  </message>
  <message name="TestCc4Request">
    <part name="UN" type="xs:string"/>
    <part name="PW" type="xs:string"/>
    <part name="Cc" type="xs:string"/>
  </message>
  <message name="TestCc4Response">
    <part name="Result" type="xs:int"/>
    <part name="ResultText" type="xs:string"/>
  </message>
  <message name="Search5Request">
    <part name="UN" type="xs:string"/>
    <part name="PW" type="xs:string"/>
    <part name="SearchString" type="xs:string"/>
    <part name="C" type="xs:string"/>
    <part name="Fragments" type="xs:int"/>
  </message>
  <message name="Search5Response">
    <part name="return" type="ns1:TStringDynArray"/>
  </message>
  <portType name="IKtoPruef">
    <operation name="TestBlzKto">
      <input message="tns:TestBlzKto0Request"/>
      <output message="tns:TestBlzKto0Response"/>
    </operation>
    <operation name="TestIban">
      <input message="tns:TestIban1Request"/>
      <output message="tns:TestIban1Response"/>
    </operation>
    <operation name="TestIbanBic">
      <input message="tns:TestIbanBic2Request"/>
      <output message="tns:TestIbanBic2Response"/>
    </operation>
    <operation name="TestBic">
      <input message="tns:TestBic3Request"/>
      <output message="tns:TestBic3Response"/>
    </operation>
    <operation name="TestCc">
      <input message="tns:TestCc4Request"/>
      <output message="tns:TestCc4Response"/>
    </operation>
    <operation name="Search">
      <input message="tns:Search5Request"/>
      <output message="tns:Search5Response"/>
    </operation>
  </portType>
  <binding name="IKtoPruefbinding" type="tns:IKtoPruef">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="TestBlzKto">
      <soap:operation soapAction="urn:KtoPruefIntf-IKtoPruef#TestBlzKto" style="rpc"/>
      <input message="tns:TestBlzKto0Request">
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:KtoPruefIntf-IKtoPruef"/>
      </input>
      <output message="tns:TestBlzKto0Response">
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:KtoPruefIntf-IKtoPruef"/>
      </output>
    </operation>
    <operation name="TestIban">
      <soap:operation soapAction="urn:KtoPruefIntf-IKtoPruef#TestIban" style="rpc"/>
      <input message="tns:TestIban1Request">
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:KtoPruefIntf-IKtoPruef"/>
      </input>
      <output message="tns:TestIban1Response">
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:KtoPruefIntf-IKtoPruef"/>
      </output>
    </operation>
    <operation name="TestIbanBic">
      <soap:operation soapAction="urn:KtoPruefIntf-IKtoPruef#TestIbanBic" style="rpc"/>
      <input message="tns:TestIbanBic2Request">
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:KtoPruefIntf-IKtoPruef"/>
      </input>
      <output message="tns:TestIbanBic2Response">
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:KtoPruefIntf-IKtoPruef"/>
      </output>
    </operation>
    <operation name="TestBic">
      <soap:operation soapAction="urn:KtoPruefIntf-IKtoPruef#TestBic" style="rpc"/>
      <input message="tns:TestBic3Request">
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:KtoPruefIntf-IKtoPruef"/>
      </input>
      <output message="tns:TestBic3Response">
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:KtoPruefIntf-IKtoPruef"/>
      </output>
    </operation>
    <operation name="TestCc">
      <soap:operation soapAction="urn:KtoPruefIntf-IKtoPruef#TestCc" style="rpc"/>
      <input message="tns:TestCc4Request">
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:KtoPruefIntf-IKtoPruef"/>
      </input>
      <output message="tns:TestCc4Response">
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:KtoPruefIntf-IKtoPruef"/>
      </output>
    </operation>
    <operation name="Search">
      <soap:operation soapAction="urn:KtoPruefIntf-IKtoPruef#Search" style="rpc"/>
      <input message="tns:Search5Request">
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:KtoPruefIntf-IKtoPruef"/>
      </input>
      <output message="tns:Search5Response">
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:KtoPruefIntf-IKtoPruef"/>
      </output>
    </operation>
  </binding>
  <service name="IKtoPruefservice">
    <port name="IKtoPruefPort" binding="tns:IKtoPruefbinding">
      <soap:address location="https://webservices.hanft.de/soap/IKtoPruef"/>
    </port>
  </service>
</definitions>
