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

📄 voicecmd.wsdl

📁 2001年度.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/" xmlns:s1="http://tempuri.org/AbstractTypes" targetNamespace="http://tempuri.org/" xmlns="http://schemas.xmlsoap.org/wsdl/">
  <types>
    <s:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:element name="Command">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="userid" nillable="true" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="voice" nillable="true" type="s:base64Binary" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CommandResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CommandResult" type="s0:CmdResult" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="CmdResult">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="userid" nillable="true" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="destination" nillable="true" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="time" nillable="true" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="method" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="count" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="text" nillable="true" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="CmdResult" type="s0:CmdResult" />
    </s:schema>
    <s:schema targetNamespace="http://tempuri.org/AbstractTypes">
      <s:complexType name="StringArray">
        <s:complexContent mixed="false">
          <s:restriction base="soapenc:Array">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="unbounded" name="String" type="s:string" />
            </s:sequence>
          </s:restriction>
        </s:complexContent>
      </s:complexType>
    </s:schema>
  </types>
  <message name="CommandSoapIn">
    <part name="parameters" element="s0:Command" />
  </message>
  <message name="CommandSoapOut">
    <part name="parameters" element="s0:CommandResponse" />
  </message>
  <message name="CommandHttpGetIn">
    <part name="userid" type="s:string" />
    <part name="voice" type="s1:StringArray" />
  </message>
  <message name="CommandHttpGetOut">
    <part name="Body" element="s0:CmdResult" />
  </message>
  <message name="CommandHttpPostIn">
    <part name="userid" type="s:string" />
    <part name="voice" type="s1:StringArray" />
  </message>
  <message name="CommandHttpPostOut">
    <part name="Body" element="s0:CmdResult" />
  </message>
  <portType name="VoiceCmdSoap">
    <operation name="Command">
      <input message="s0:CommandSoapIn" />
      <output message="s0:CommandSoapOut" />
    </operation>
  </portType>
  <portType name="VoiceCmdHttpGet">
    <operation name="Command">
      <input message="s0:CommandHttpGetIn" />
      <output message="s0:CommandHttpGetOut" />
    </operation>
  </portType>
  <portType name="VoiceCmdHttpPost">
    <operation name="Command">
      <input message="s0:CommandHttpPostIn" />
      <output message="s0:CommandHttpPostOut" />
    </operation>
  </portType>
  <binding name="VoiceCmdSoap" type="s0:VoiceCmdSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <operation name="Command">
      <soap:operation soapAction="http://tempuri.org/Command" style="document" />
      <input>
        <soap:body use="literal" />
      </input>
      <output>
        <soap:body use="literal" />
      </output>
    </operation>
  </binding>
  <binding name="VoiceCmdHttpGet" type="s0:VoiceCmdHttpGet">
    <http:binding verb="GET" />
    <operation name="Command">
      <http:operation location="/Command" />
      <input>
        <http:urlEncoded />
      </input>
      <output>
        <mime:mimeXml part="Body" />
      </output>
    </operation>
  </binding>
  <binding name="VoiceCmdHttpPost" type="s0:VoiceCmdHttpPost">
    <http:binding verb="POST" />
    <operation name="Command">
      <http:operation location="/Command" />
      <input>
        <mime:content type="application/x-www-form-urlencoded" />
      </input>
      <output>
        <mime:mimeXml part="Body" />
      </output>
    </operation>
  </binding>
  <service name="VoiceCmd">
    <port name="VoiceCmdSoap" binding="s0:VoiceCmdSoap">
      <soap:address location="http://166.111.136.50/GateWay/VoiceCmd.asmx" />
    </port>
    <port name="VoiceCmdHttpGet" binding="s0:VoiceCmdHttpGet">
      <http:address location="http://166.111.136.50/GateWay/VoiceCmd.asmx" />
    </port>
    <port name="VoiceCmdHttpPost" binding="s0:VoiceCmdHttpPost">
      <http:address location="http://166.111.136.50/GateWay/VoiceCmd.asmx" />
    </port>
  </service>
</definitions>

⌨️ 快捷键说明

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