<?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="GetIpArea">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="IP" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetIpAreaResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetIpAreaResult" 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="GetIpAreaSoapIn">
    <wsdl:part name="parameters" element="tns:GetIpArea" />
  </wsdl:message>
  <wsdl:message name="GetIpAreaSoapOut">
    <wsdl:part name="parameters" element="tns:GetIpAreaResponse" />
  </wsdl:message>
  <wsdl:portType name="ipsSoap">
    <wsdl:operation name="Welcome">
      <wsdl:input message="tns:WelcomeSoapIn" />
      <wsdl:output message="tns:WelcomeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetIpArea">
      <wsdl:input message="tns:GetIpAreaSoapIn" />
      <wsdl:output message="tns:GetIpAreaSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ipsSoap" type="tns:ipsSoap">
    <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="GetIpArea">
      <soap:operation soapAction="http://qianxun.net/GetIpArea" 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="ipsSoap12" type="tns:ipsSoap">
    <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="GetIpArea">
      <soap12:operation soapAction="http://qianxun.net/GetIpArea" 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="ips">
    <wsdl:port name="ipsSoap" binding="tns:ipsSoap">
      <soap:address location="http://qianxun.net/WebServices/Services/ips.asmx" />
    </wsdl:port>
    <wsdl:port name="ipsSoap12" binding="tns:ipsSoap12">
      <soap12:address location="http://qianxun.net/WebServices/Services/ips.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>