<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:element name="About">
        <s:complexType />
      </s:element>
      <s:element name="AboutResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="AboutResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GuldenToEuro">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Gulden" type="s:double" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GuldenToEuroResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="GuldenToEuroResult" type="s:double" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EuroToGulden">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Euro" type="s:double" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EuroToGuldenResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="EuroToGuldenResult" type="s:double" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="AboutSoapIn">
    <wsdl:part name="parameters" element="tns:About" />
  </wsdl:message>
  <wsdl:message name="AboutSoapOut">
    <wsdl:part name="parameters" element="tns:AboutResponse" />
  </wsdl:message>
  <wsdl:message name="GuldenToEuroSoapIn">
    <wsdl:part name="parameters" element="tns:GuldenToEuro" />
  </wsdl:message>
  <wsdl:message name="GuldenToEuroSoapOut">
    <wsdl:part name="parameters" element="tns:GuldenToEuroResponse" />
  </wsdl:message>
  <wsdl:message name="EuroToGuldenSoapIn">
    <wsdl:part name="parameters" element="tns:EuroToGulden" />
  </wsdl:message>
  <wsdl:message name="EuroToGuldenSoapOut">
    <wsdl:part name="parameters" element="tns:EuroToGuldenResponse" />
  </wsdl:message>
  <wsdl:portType name="Euro42Soap">
    <wsdl:operation name="About">
      <wsdl:input message="tns:AboutSoapIn" />
      <wsdl:output message="tns:AboutSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GuldenToEuro">
      <wsdl:input message="tns:GuldenToEuroSoapIn" />
      <wsdl:output message="tns:GuldenToEuroSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EuroToGulden">
      <wsdl:input message="tns:EuroToGuldenSoapIn" />
      <wsdl:output message="tns:EuroToGuldenSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="Euro42Soap" type="tns:Euro42Soap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="About">
      <soap:operation soapAction="http://tempuri.org/About" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GuldenToEuro">
      <soap:operation soapAction="http://tempuri.org/GuldenToEuro" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EuroToGulden">
      <soap:operation soapAction="http://tempuri.org/EuroToGulden" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="Euro42Soap12" type="tns:Euro42Soap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="About">
      <soap12:operation soapAction="http://tempuri.org/About" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GuldenToEuro">
      <soap12:operation soapAction="http://tempuri.org/GuldenToEuro" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EuroToGulden">
      <soap12:operation soapAction="http://tempuri.org/EuroToGulden" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="Euro42">
    <wsdl:port name="Euro42Soap" binding="tns:Euro42Soap">
      <soap:address location="http://www.ebob42.com/cgi-bin/Euro42.asmx" />
    </wsdl:port>
    <wsdl:port name="Euro42Soap12" binding="tns:Euro42Soap12">
      <soap12:address location="http://www.ebob42.com/cgi-bin/Euro42.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>