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

📄 wahooscores.wsdl

📁 中文名:Windows Forms 程序设计 英文名:Windows Forms Programming in c# 作者: Chris Sells 翻译: 荣耀 蒋贤哲 出版社:人民
💻 WSDL
字号:
<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns:s0="http://sellsbrothers.com/WahooScoresService/" 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:s="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://sellsbrothers.com/WahooScoresService/" xmlns="http://schemas.xmlsoap.org/wsdl/">
  <types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://sellsbrothers.com/WahooScoresService/">
      <s:element name="RegisterScore">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="score" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="RegisterScoreResponse">
        <s:complexType />
      </s:element>
      <s:element name="GetScores">
        <s:complexType />
      </s:element>
      <s:element name="GetScoresResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetScoresResult" type="s0:ArrayOfWahooScore" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfWahooScore">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="WahooScore" type="s0:WahooScore" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="WahooScore">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Score" type="s:int" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </types>
  <message name="RegisterScoreSoapIn">
    <part name="parameters" element="s0:RegisterScore" />
  </message>
  <message name="RegisterScoreSoapOut">
    <part name="parameters" element="s0:RegisterScoreResponse" />
  </message>
  <message name="GetScoresSoapIn">
    <part name="parameters" element="s0:GetScores" />
  </message>
  <message name="GetScoresSoapOut">
    <part name="parameters" element="s0:GetScoresResponse" />
  </message>
  <portType name="WahooScoresServiceSoap">
    <operation name="RegisterScore">
      <input message="s0:RegisterScoreSoapIn" />
      <output message="s0:RegisterScoreSoapOut" />
    </operation>
    <operation name="GetScores">
      <input message="s0:GetScoresSoapIn" />
      <output message="s0:GetScoresSoapOut" />
    </operation>
  </portType>
  <binding name="WahooScoresServiceSoap" type="s0:WahooScoresServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <operation name="RegisterScore">
      <soap:operation soapAction="http://sellsbrothers.com/WahooScoresService/RegisterScore" style="document" />
      <input>
        <soap:body use="literal" />
      </input>
      <output>
        <soap:body use="literal" />
      </output>
    </operation>
    <operation name="GetScores">
      <soap:operation soapAction="http://sellsbrothers.com/WahooScoresService/GetScores" style="document" />
      <input>
        <soap:body use="literal" />
      </input>
      <output>
        <soap:body use="literal" />
      </output>
    </operation>
  </binding>
  <service name="WahooScoresService">
    <port name="WahooScoresServiceSoap" binding="s0:WahooScoresServiceSoap">
      <soap:address location="http://localhost/WahooScores/WahooScores.asmx" />
    </port>
  </service>
</definitions>

⌨️ 快捷键说明

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