<?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="WhereAreYou">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="IdCardNo" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="WhereAreYouResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="WhereAreYouResult" 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="WhereAreYouSoapIn">
    <wsdl:part name="parameters" element="tns:WhereAreYou" />
  </wsdl:message>
  <wsdl:message name="WhereAreYouSoapOut">
    <wsdl:part name="parameters" element="tns:WhereAreYouResponse" />
  </wsdl:message>
  <wsdl:portType name="idcardSoap">
    <wsdl:operation name="welcome">
      <wsdl:input message="tns:welcomeSoapIn" />
      <wsdl:output message="tns:welcomeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="WhereAreYou">
      <wsdl:input message="tns:WhereAreYouSoapIn" />
      <wsdl:output message="tns:WhereAreYouSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="idcardSoap" type="tns:idcardSoap">
    <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="WhereAreYou">
      <soap:operation soapAction="http://qianxun.net/WhereAreYou" 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="idcardSoap12" type="tns:idcardSoap">
    <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="WhereAreYou">
      <soap12:operation soapAction="http://qianxun.net/WhereAreYou" 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="idcard">
    <wsdl:port name="idcardSoap" binding="tns:idcardSoap">
      <soap:address location="http://qianxun.net/WebServices/Services/idcard.asmx" />
    </wsdl:port>
    <wsdl:port name="idcardSoap12" binding="tns:idcardSoap12">
      <soap12:address location="http://qianxun.net/WebServices/Services/idcard.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>