<?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://qianxun.net/" 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://qianxun.net/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://qianxun.net/">
      <s:element name="welcome">
        <s:complexType />
      </s:element>
      <s:element name="welcomeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="welcomeResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ExchangeA">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FromCurrency" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="CurNum" type="s:double" />
            <s:element minOccurs="0" maxOccurs="1" name="ToCurrency" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ExchangeAResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ExchangeAResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ExchangeB">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FromCurrency" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="CurNum" type="s:double" />
            <s:element minOccurs="0" maxOccurs="1" name="ToCurrency" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ExchangeBResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ExchangeBResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="welcomeSoapIn">
    <wsdl:part name="parameters" element="tns:welcome" />
  </wsdl:message>
  <wsdl:message name="welcomeSoapOut">
    <wsdl:part name="parameters" element="tns:welcomeResponse" />
  </wsdl:message>
  <wsdl:message name="ExchangeASoapIn">
    <wsdl:part name="parameters" element="tns:ExchangeA" />
  </wsdl:message>
  <wsdl:message name="ExchangeASoapOut">
    <wsdl:part name="parameters" element="tns:ExchangeAResponse" />
  </wsdl:message>
  <wsdl:message name="ExchangeBSoapIn">
    <wsdl:part name="parameters" element="tns:ExchangeB" />
  </wsdl:message>
  <wsdl:message name="ExchangeBSoapOut">
    <wsdl:part name="parameters" element="tns:ExchangeBResponse" />
  </wsdl:message>
  <wsdl:portType name="ExchangeRateSoap">
    <wsdl:operation name="welcome">
      <wsdl:input message="tns:welcomeSoapIn" />
      <wsdl:output message="tns:welcomeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ExchangeA">
      <wsdl:input message="tns:ExchangeASoapIn" />
      <wsdl:output message="tns:ExchangeASoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ExchangeB">
      <wsdl:input message="tns:ExchangeBSoapIn" />
      <wsdl:output message="tns:ExchangeBSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ExchangeRateSoap" type="tns:ExchangeRateSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="welcome">
      <soap:operation soapAction="http://qianxun.net/welcome" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ExchangeA">
      <soap:operation soapAction="http://qianxun.net/ExchangeA" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ExchangeB">
      <soap:operation soapAction="http://qianxun.net/ExchangeB" 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="ExchangeRateSoap12" type="tns:ExchangeRateSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="welcome">
      <soap12:operation soapAction="http://qianxun.net/welcome" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ExchangeA">
      <soap12:operation soapAction="http://qianxun.net/ExchangeA" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ExchangeB">
      <soap12:operation soapAction="http://qianxun.net/ExchangeB" 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="ExchangeRate">
    <wsdl:port name="ExchangeRateSoap" binding="tns:ExchangeRateSoap">
      <soap:address location="http://qianxun.net/WebServices/Services/ExchangeRate.asmx" />
    </wsdl:port>
    <wsdl:port name="ExchangeRateSoap12" binding="tns:ExchangeRateSoap12">
      <soap12:address location="http://qianxun.net/WebServices/Services/ExchangeRate.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>