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

📄 authorsservice.wsdl

📁 Microsoft?ASP.NET Programming with Microsoft Visual C#?.NET Version 2003 Step By Step
💻 WSDL
字号:
<?xml version="1.0" encoding="utf-8"?>
<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:s0="http://www.aspnetsbs.com/webservices/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://www.aspnetsbs.com/webservices/" xmlns="http://schemas.xmlsoap.org/wsdl/">
  <types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.aspnetsbs.com/webservices/">
      <s:import namespace="http://www.w3.org/2001/XMLSchema" />
      <s:element name="GetAuthors">
        <s:complexType />
      </s:element>
      <s:element name="GetAuthorsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetAuthorsResult">
              <s:complexType>
                <s:sequence>
                  <s:element ref="s:schema" />
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </types>
  <message name="GetAuthorsSoapIn">
    <part name="parameters" element="s0:GetAuthors" />
  </message>
  <message name="GetAuthorsSoapOut">
    <part name="parameters" element="s0:GetAuthorsResponse" />
  </message>
  <portType name="AuthorsServiceSoap">
    <operation name="GetAuthors">
      <documentation>Returns the Pubs Authors table.</documentation>
      <input message="s0:GetAuthorsSoapIn" />
      <output message="s0:GetAuthorsSoapOut" />
    </operation>
  </portType>
  <binding name="AuthorsServiceSoap" type="s0:AuthorsServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <operation name="GetAuthors">
      <soap:operation soapAction="http://www.aspnetsbs.com/webservices/GetAuthors" style="document" />
      <input>
        <soap:body use="literal" />
      </input>
      <output>
        <soap:body use="literal" />
      </output>
    </operation>
  </binding>
  <service name="AuthorsService">
    <port name="AuthorsServiceSoap" binding="s0:AuthorsServiceSoap">
      <soap:address location="http://localhost/Chapter_11/AuthorsService.asmx" />
    </port>
  </service>
</definitions>

⌨️ 快捷键说明

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