<?xml version ='1.0' encoding='UTF-8' ?>
		<definitions name="SoapKtoBlzChkApi"
			targetNamespace="https://ktoblzchk.soap.servicefactory24.de/server.php"
			xmlns:tns="https://ktoblzchk.soap.servicefactory24.de/server.php"
			xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
			xmlns:xsd="http://www.w3.org/2001/XMLSchema"
			xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
			xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
			xmlns="http://schemas.xmlsoap.org/wsdl/">

		  <message name="SearchRequest">
					    <part name="blz" type="xsd:anyType" />    <part name="plz" type="xsd:anyType" />    <part name="ort" type="xsd:anyType" />    <part name="bankname" type="xsd:anyType" />
				</message>
				<message name="SearchResponse">
					<part name="Result" type="xsd:anyType" />
				</message>  <message name="genIBANRequest">
					    <part name="bankleitzahl" type="xsd:anyType" />    <part name="kontonummer" type="xsd:anyType" />
				</message>
				<message name="genIBANResponse">
					<part name="Result" type="xsd:anyType" />
				</message>  <message name="getBICByIBANRequest">
					    <part name="iban" type="xsd:anyType" />
				</message>
				<message name="getBICByIBANResponse">
					<part name="Result" type="xsd:anyType" />
				</message>  <message name="getBanknameRequest">
					    <part name="bankleitzahl" type="xsd:anyType" />
				</message>
				<message name="getBanknameResponse">
					<part name="Result" type="xsd:anyType" />
				</message>  <message name="CheckRequest">
					    <part name="bankleitzahl" type="xsd:anyType" />    <part name="kontonummer" type="xsd:anyType" />
				</message>
				<message name="CheckResponse">
					<part name="Result" type="xsd:anyType" />
				</message>
		<portType name="SoapKtoBlzChkApiPortType">
			    <operation name="Search">
					<input message="tns:SearchRequest" />
					<output message="tns:SearchResponse" />
				</operation>    <operation name="genIBAN">
					<input message="tns:genIBANRequest" />
					<output message="tns:genIBANResponse" />
				</operation>    <operation name="getBICByIBAN">
					<input message="tns:getBICByIBANRequest" />
					<output message="tns:getBICByIBANResponse" />
				</operation>    <operation name="getBankname">
					<input message="tns:getBanknameRequest" />
					<output message="tns:getBanknameResponse" />
				</operation>    <operation name="Check">
					<input message="tns:CheckRequest" />
					<output message="tns:CheckResponse" />
				</operation>
		</portType>
		<binding name="SoapKtoBlzChkApiBinding" type="tns:SoapKtoBlzChkApiPortType">
			<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
			    <operation name="Search">
				<soap:operation soapAction="urn:xmethods-delayed-quotes#Search" />
				<input>
					<soap:body use="encoded" namespace="urn:xmethods-delayed-quotes" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
				</input>
				<output>
					<soap:body use="encoded" namespace="urn:xmethods-delayed-quotes" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
				</output>
				</operation>    <operation name="genIBAN">
				<soap:operation soapAction="urn:xmethods-delayed-quotes#genIBAN" />
				<input>
					<soap:body use="encoded" namespace="urn:xmethods-delayed-quotes" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
				</input>
				<output>
					<soap:body use="encoded" namespace="urn:xmethods-delayed-quotes" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
				</output>
				</operation>    <operation name="getBICByIBAN">
				<soap:operation soapAction="urn:xmethods-delayed-quotes#getBICByIBAN" />
				<input>
					<soap:body use="encoded" namespace="urn:xmethods-delayed-quotes" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
				</input>
				<output>
					<soap:body use="encoded" namespace="urn:xmethods-delayed-quotes" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
				</output>
				</operation>    <operation name="getBankname">
				<soap:operation soapAction="urn:xmethods-delayed-quotes#getBankname" />
				<input>
					<soap:body use="encoded" namespace="urn:xmethods-delayed-quotes" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
				</input>
				<output>
					<soap:body use="encoded" namespace="urn:xmethods-delayed-quotes" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
				</output>
				</operation>    <operation name="Check">
				<soap:operation soapAction="urn:xmethods-delayed-quotes#Check" />
				<input>
					<soap:body use="encoded" namespace="urn:xmethods-delayed-quotes" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
				</input>
				<output>
					<soap:body use="encoded" namespace="urn:xmethods-delayed-quotes" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
				</output>
				</operation>
		</binding>
		<service name="SoapKtoBlzChkApiService">
			<port name="SoapKtoBlzChkApiPort" binding="tns:SoapKtoBlzChkApiBinding">
				<soap:address location="https://ktoblzchk.soap.servicefactory24.de/server.php" />
			</port>
		</service>
		</definitions>