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

📄 aspcn.wsdl

📁 ASP.net动画教程
💻 WSDL
字号:
<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s0="http://tempuri.org/" targetNamespace="http://tempuri.org/" xmlns="http://schemas.xmlsoap.org/wsdl/">
  <types>
    <s:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:import namespace="http://www.w3.org/2001/XMLSchema" />
      <s:element name="GetDataSet">
        <s:complexType />
      </s:element>
      <s:element name="GetDataSetResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="GetDataSetResult" nillable="true">
              <s:complexType>
                <s:sequence>
                  <s:element ref="s:schema" />
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DataSet" nillable="true">
        <s:complexType>
          <s:sequence>
            <s:element ref="s:schema" />
            <s:any />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </types>
  <message name="GetDataSetSoapIn">
    <part name="parameters" element="s0:GetDataSet" />
  </message>
  <message name="GetDataSetSoapOut">
    <part name="parameters" element="s0:GetDataSetResponse" />
  </message>
  <message name="GetDataSetHttpGetIn" />
  <message name="GetDataSetHttpGetOut">
    <part name="Body" element="s0:DataSet" />
  </message>
  <message name="GetDataSetHttpPostIn" />
  <message name="GetDataSetHttpPostOut">
    <part name="Body" element="s0:DataSet" />
  </message>
  <portType name="aspcnSoap">
    <operation name="GetDataSet">
      <input message="s0:GetDataSetSoapIn" />
      <output message="s0:GetDataSetSoapOut" />
    </operation>
  </portType>
  <portType name="aspcnHttpGet">
    <operation name="GetDataSet">
      <input message="s0:GetDataSetHttpGetIn" />
      <output message="s0:GetDataSetHttpGetOut" />
    </operation>
  </portType>
  <portType name="aspcnHttpPost">
    <operation name="GetDataSet">
      <input message="s0:GetDataSetHttpPostIn" />
      <output message="s0:GetDataSetHttpPostOut" />
    </operation>
  </portType>
  <binding name="aspcnSoap" type="s0:aspcnSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <operation name="GetDataSet">
      <soap:operation soapAction="http://tempuri.org/GetDataSet" style="document" />
      <input>
        <soap:body use="literal" />
      </input>
      <output>
        <soap:body use="literal" />
      </output>
    </operation>
  </binding>
  <binding name="aspcnHttpGet" type="s0:aspcnHttpGet">
    <http:binding verb="GET" />
    <operation name="GetDataSet">
      <http:operation location="/GetDataSet" />
      <input>
        <http:urlEncoded />
      </input>
      <output>
        <mime:mimeXml part="Body" />
      </output>
    </operation>
  </binding>
  <binding name="aspcnHttpPost" type="s0:aspcnHttpPost">
    <http:binding verb="POST" />
    <operation name="GetDataSet">
      <http:operation location="/GetDataSet" />
      <input>
        <mime:content type="application/x-www-form-urlencoded" />
      </input>
      <output>
        <mime:mimeXml part="Body" />
      </output>
    </operation>
  </binding>
  <service name="aspcn">
    <port name="aspcnSoap" binding="s0:aspcnSoap">
      <soap:address location="http://localhost/samples/DataBaseWebService.asmx" />
    </port>
    <port name="aspcnHttpGet" binding="s0:aspcnHttpGet">
      <http:address location="http://localhost/samples/DataBaseWebService.asmx" />
    </port>
    <port name="aspcnHttpPost" binding="s0:aspcnHttpPost">
      <http:address location="http://localhost/samples/DataBaseWebService.asmx" />
    </port>
  </service>
</definitions>

⌨️ 快捷键说明

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