⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 service1.wsdl

📁 利用ajax和WebService实现的无刷新地域三级联动源码 使用微软提供的webservice.htc实现通过JavaScript调用WebService 内含数据库文件 开发环境:
💻 WSDL
字号:
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:element name="getProvince">
        <s:complexType />
      </s:element>
      <s:element name="getProvinceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getProvinceResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getCity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="provinceid" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getCityResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getCityResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getArea">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cityid" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getAreaResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getAreaResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="getProvinceSoapIn">
    <wsdl:part name="parameters" element="tns:getProvince" />
  </wsdl:message>
  <wsdl:message name="getProvinceSoapOut">
    <wsdl:part name="parameters" element="tns:getProvinceResponse" />
  </wsdl:message>
  <wsdl:message name="getCitySoapIn">
    <wsdl:part name="parameters" element="tns:getCity" />
  </wsdl:message>
  <wsdl:message name="getCitySoapOut">
    <wsdl:part name="parameters" element="tns:getCityResponse" />
  </wsdl:message>
  <wsdl:message name="getAreaSoapIn">
    <wsdl:part name="parameters" element="tns:getArea" />
  </wsdl:message>
  <wsdl:message name="getAreaSoapOut">
    <wsdl:part name="parameters" element="tns:getAreaResponse" />
  </wsdl:message>
  <wsdl:portType name="Service1Soap">
    <wsdl:operation name="getProvince">
      <wsdl:input message="tns:getProvinceSoapIn" />
      <wsdl:output message="tns:getProvinceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getCity">
      <wsdl:input message="tns:getCitySoapIn" />
      <wsdl:output message="tns:getCitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getArea">
      <wsdl:input message="tns:getAreaSoapIn" />
      <wsdl:output message="tns:getAreaSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="Service1Soap" type="tns:Service1Soap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="getProvince">
      <soap:operation soapAction="http://tempuri.org/getProvince" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getCity">
      <soap:operation soapAction="http://tempuri.org/getCity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getArea">
      <soap:operation soapAction="http://tempuri.org/getArea" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="Service1">
    <wsdl:port name="Service1Soap" binding="tns:Service1Soap">
      <soap:address location="http://localhost/WebApplication1/Service1.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -