<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.mnb.hu/webservices/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://www.mnb.hu/webservices/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.mnb.hu/webservices/">
      <s:element name="GetInfo">
        <s:complexType />
      </s:element>
      <s:element name="GetInfoResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetInfoResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetCurrentExchangeRates">
        <s:complexType />
      </s:element>
      <s:element name="GetCurrentExchangeRatesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetCurrentExchangeRatesResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetExchangeRates">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="startDate" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="endDate" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="currencyNames" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetExchangeRatesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetExchangeRatesResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetInfoSoapIn">
    <wsdl:part name="parameters" element="tns:GetInfo" />
  </wsdl:message>
  <wsdl:message name="GetInfoSoapOut">
    <wsdl:part name="parameters" element="tns:GetInfoResponse" />
  </wsdl:message>
  <wsdl:message name="GetCurrentExchangeRatesSoapIn">
    <wsdl:part name="parameters" element="tns:GetCurrentExchangeRates" />
  </wsdl:message>
  <wsdl:message name="GetCurrentExchangeRatesSoapOut">
    <wsdl:part name="parameters" element="tns:GetCurrentExchangeRatesResponse" />
  </wsdl:message>
  <wsdl:message name="GetExchangeRatesSoapIn">
    <wsdl:part name="parameters" element="tns:GetExchangeRates" />
  </wsdl:message>
  <wsdl:message name="GetExchangeRatesSoapOut">
    <wsdl:part name="parameters" element="tns:GetExchangeRatesResponse" />
  </wsdl:message>
  <wsdl:portType name="MNBArfolyamServiceSoap">
    <wsdl:operation name="GetInfo">
      <wsdl:input message="tns:GetInfoSoapIn" />
      <wsdl:output message="tns:GetInfoSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetCurrentExchangeRates">
      <wsdl:input message="tns:GetCurrentExchangeRatesSoapIn" />
      <wsdl:output message="tns:GetCurrentExchangeRatesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetExchangeRates">
      <wsdl:input message="tns:GetExchangeRatesSoapIn" />
      <wsdl:output message="tns:GetExchangeRatesSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="MNBArfolyamServiceSoap" type="tns:MNBArfolyamServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="GetInfo">
      <soap:operation soapAction="http://www.mnb.hu/webservices/GetInfo" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetCurrentExchangeRates">
      <soap:operation soapAction="http://www.mnb.hu/webservices/GetCurrentExchangeRates" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetExchangeRates">
      <soap:operation soapAction="http://www.mnb.hu/webservices/GetExchangeRates" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="MNBArfolyamService">
    <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">MNB curreny exchange rate webservice.</documentation>
    <wsdl:port name="MNBArfolyamServiceSoap" binding="tns:MNBArfolyamServiceSoap">
      <soap:address location="http://www.mnb.hu/arfolyamok.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>