GetLookupIbanInput structures

BankWizardService-v1.wsdl

Messages

<message name="GetLookupIbanInputRequest">

<part name="GetLookupIbanInputRequest" element="v1_1:GetLookupIbanInputRequest"/>

</message>

<message name="GetLookupIbanInputResponse">

<part name="GetLookupIbanInputResponse" element="v1_1:GetLookupIbanInputResponse"/>

</message>

Operations

<operation name="GetLookupIbanInput">

<input message="tns:GetLookupIbanInputRequest"/>

<output message="tns:GetLookupIbanInputResponse"/>

</operation>

 

<operation name="GetLookupIbanInput">

<soap:operation soapAction="GetLookupIbanInput" />

<input>

<soap:body use="literal"/>

</input>

<output>

<soap:body use="literal"/>

</output>

</operation>

BankWizardService-v1-1.xsd

<xsd:complexType name="GetLookupIbanInputRequest">

<xsd:simpleContent>

<xsd:extension base="bwc:ISO3166-1">

<xsd:attribute name="language" type="xsd:language" use="optional" default="en" />

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

 

<xsd:complexType name="GetLookupIbanInputResponse">

<xsd:sequence>

<xsd:element name="LookupInputBBAN" minOccurs="1" maxOccurs="5" type="bws:BBANResponseType" />

</xsd:sequence>

<xsd:attribute name="ISOCountry" type="bwc:ISO3166-1" use="required"/>

</xsd:complexType>