<?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="getCityInfo">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TelCode_Or_City" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getCityInfoResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getCityInfoResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getMobileArea">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="mobileCode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getMobileAreaResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getMobileAreaResult" 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="getCityInfoSoapIn">
    <wsdl:part name="parameters" element="tns:getCityInfo" />
  </wsdl:message>
  <wsdl:message name="getCityInfoSoapOut">
    <wsdl:part name="parameters" element="tns:getCityInfoResponse" />
  </wsdl:message>
  <wsdl:message name="getMobileAreaSoapIn">
    <wsdl:part name="parameters" element="tns:getMobileArea" />
  </wsdl:message>
  <wsdl:message name="getMobileAreaSoapOut">
    <wsdl:part name="parameters" element="tns:getMobileAreaResponse" />
  </wsdl:message>
  <wsdl:portType name="MobileSoap">
    <wsdl:operation name="welcome">
      <wsdl:input message="tns:welcomeSoapIn" />
      <wsdl:output message="tns:welcomeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getCityInfo">
      <wsdl:input message="tns:getCityInfoSoapIn" />
      <wsdl:output message="tns:getCityInfoSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getMobileArea">
      <wsdl:input message="tns:getMobileAreaSoapIn" />
      <wsdl:output message="tns:getMobileAreaSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="MobileSoap" type="tns:MobileSoap">
    <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="getCityInfo">
      <soap:operation soapAction="http://qianxun.net/getCityInfo" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getMobileArea">
      <soap:operation soapAction="http://qianxun.net/getMobileArea" 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="MobileSoap12" type="tns:MobileSoap">
    <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="getCityInfo">
      <soap12:operation soapAction="http://qianxun.net/getCityInfo" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getMobileArea">
      <soap12:operation soapAction="http://qianxun.net/getMobileArea" 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="Mobile">
    <wsdl:port name="MobileSoap" binding="tns:MobileSoap">
      <soap:address location="http://qianxun.net/WebServices/Services/Mobile.asmx" />
    </wsdl:port>
    <wsdl:port name="MobileSoap12" binding="tns:MobileSoap12">
      <soap12:address location="http://qianxun.net/WebServices/Services/Mobile.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>