亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? dictservice.wsdl

?? 可以運行在windowCE上的智能詞典
?? WSDL
?? 第 1 頁 / 共 2 頁
字號:
<?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://services.aonaware.com/webservices/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://services.aonaware.com/webservices/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://services.aonaware.com/webservices/">
      <s:element name="ServerInfo">
        <s:complexType />
      </s:element>
      <s:element name="ServerInfoResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ServerInfoResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DictionaryList">
        <s:complexType />
      </s:element>
      <s:element name="DictionaryListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DictionaryListResult" type="tns:ArrayOfDictionary" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfDictionary">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Dictionary" nillable="true" type="tns:Dictionary" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="Dictionary">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Id" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="DictionaryInfo">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dictId" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DictionaryInfoResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DictionaryInfoResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Define">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="word" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DefineResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DefineResult" type="tns:WordDefinition" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="WordDefinition">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Word" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Definitions" type="tns:ArrayOfDefinition" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfDefinition">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Definition" nillable="true" type="tns:Definition" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="Definition">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Word" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Dictionary" type="tns:Dictionary" />
          <s:element minOccurs="0" maxOccurs="1" name="WordDefinition" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="DefineInDict">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dictId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="word" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DefineInDictResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DefineInDictResult" type="tns:WordDefinition" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="StrategyList">
        <s:complexType />
      </s:element>
      <s:element name="StrategyListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="StrategyListResult" type="tns:ArrayOfStrategy" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfStrategy">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Strategy" nillable="true" type="tns:Strategy" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="Strategy">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Id" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="Match">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="word" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strategy" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MatchResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MatchResult" type="tns:ArrayOfDictionaryWord" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfDictionaryWord">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="DictionaryWord" nillable="true" type="tns:DictionaryWord" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="DictionaryWord">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="DictionaryId" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Word" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="MatchInDict">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dictId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="word" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strategy" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MatchInDictResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MatchInDictResult" type="tns:ArrayOfDictionaryWord" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
      <s:element name="ArrayOfDictionary" nillable="true" type="tns:ArrayOfDictionary" />
      <s:element name="WordDefinition" nillable="true" type="tns:WordDefinition" />
      <s:element name="ArrayOfStrategy" nillable="true" type="tns:ArrayOfStrategy" />
      <s:element name="ArrayOfDictionaryWord" nillable="true" type="tns:ArrayOfDictionaryWord" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="ServerInfoSoapIn">
    <wsdl:part name="parameters" element="tns:ServerInfo" />
  </wsdl:message>
  <wsdl:message name="ServerInfoSoapOut">
    <wsdl:part name="parameters" element="tns:ServerInfoResponse" />
  </wsdl:message>
  <wsdl:message name="DictionaryListSoapIn">
    <wsdl:part name="parameters" element="tns:DictionaryList" />
  </wsdl:message>
  <wsdl:message name="DictionaryListSoapOut">
    <wsdl:part name="parameters" element="tns:DictionaryListResponse" />
  </wsdl:message>
  <wsdl:message name="DictionaryInfoSoapIn">
    <wsdl:part name="parameters" element="tns:DictionaryInfo" />
  </wsdl:message>
  <wsdl:message name="DictionaryInfoSoapOut">
    <wsdl:part name="parameters" element="tns:DictionaryInfoResponse" />
  </wsdl:message>
  <wsdl:message name="DefineSoapIn">
    <wsdl:part name="parameters" element="tns:Define" />
  </wsdl:message>
  <wsdl:message name="DefineSoapOut">
    <wsdl:part name="parameters" element="tns:DefineResponse" />
  </wsdl:message>
  <wsdl:message name="DefineInDictSoapIn">
    <wsdl:part name="parameters" element="tns:DefineInDict" />
  </wsdl:message>
  <wsdl:message name="DefineInDictSoapOut">
    <wsdl:part name="parameters" element="tns:DefineInDictResponse" />
  </wsdl:message>
  <wsdl:message name="StrategyListSoapIn">
    <wsdl:part name="parameters" element="tns:StrategyList" />
  </wsdl:message>
  <wsdl:message name="StrategyListSoapOut">
    <wsdl:part name="parameters" element="tns:StrategyListResponse" />
  </wsdl:message>
  <wsdl:message name="MatchSoapIn">
    <wsdl:part name="parameters" element="tns:Match" />
  </wsdl:message>
  <wsdl:message name="MatchSoapOut">
    <wsdl:part name="parameters" element="tns:MatchResponse" />
  </wsdl:message>
  <wsdl:message name="MatchInDictSoapIn">
    <wsdl:part name="parameters" element="tns:MatchInDict" />
  </wsdl:message>
  <wsdl:message name="MatchInDictSoapOut">
    <wsdl:part name="parameters" element="tns:MatchInDictResponse" />
  </wsdl:message>
  <wsdl:message name="ServerInfoHttpGetIn" />
  <wsdl:message name="ServerInfoHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="DictionaryListHttpGetIn" />
  <wsdl:message name="DictionaryListHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfDictionary" />
  </wsdl:message>
  <wsdl:message name="DictionaryInfoHttpGetIn">
    <wsdl:part name="dictId" type="s:string" />
  </wsdl:message>
  <wsdl:message name="DictionaryInfoHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="DefineHttpGetIn">
    <wsdl:part name="word" type="s:string" />
  </wsdl:message>
  <wsdl:message name="DefineHttpGetOut">
    <wsdl:part name="Body" element="tns:WordDefinition" />
  </wsdl:message>
  <wsdl:message name="DefineInDictHttpGetIn">
    <wsdl:part name="dictId" type="s:string" />
    <wsdl:part name="word" type="s:string" />
  </wsdl:message>
  <wsdl:message name="DefineInDictHttpGetOut">
    <wsdl:part name="Body" element="tns:WordDefinition" />
  </wsdl:message>
  <wsdl:message name="StrategyListHttpGetIn" />
  <wsdl:message name="StrategyListHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfStrategy" />
  </wsdl:message>
  <wsdl:message name="MatchHttpGetIn">
    <wsdl:part name="word" type="s:string" />
    <wsdl:part name="strategy" type="s:string" />
  </wsdl:message>
  <wsdl:message name="MatchHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfDictionaryWord" />
  </wsdl:message>
  <wsdl:message name="MatchInDictHttpGetIn">
    <wsdl:part name="dictId" type="s:string" />
    <wsdl:part name="word" type="s:string" />
    <wsdl:part name="strategy" type="s:string" />
  </wsdl:message>
  <wsdl:message name="MatchInDictHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfDictionaryWord" />
  </wsdl:message>
  <wsdl:message name="ServerInfoHttpPostIn" />
  <wsdl:message name="ServerInfoHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="DictionaryListHttpPostIn" />
  <wsdl:message name="DictionaryListHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfDictionary" />
  </wsdl:message>
  <wsdl:message name="DictionaryInfoHttpPostIn">
    <wsdl:part name="dictId" type="s:string" />
  </wsdl:message>
  <wsdl:message name="DictionaryInfoHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="DefineHttpPostIn">
    <wsdl:part name="word" type="s:string" />
  </wsdl:message>
  <wsdl:message name="DefineHttpPostOut">
    <wsdl:part name="Body" element="tns:WordDefinition" />
  </wsdl:message>
  <wsdl:message name="DefineInDictHttpPostIn">
    <wsdl:part name="dictId" type="s:string" />
    <wsdl:part name="word" type="s:string" />
  </wsdl:message>
  <wsdl:message name="DefineInDictHttpPostOut">
    <wsdl:part name="Body" element="tns:WordDefinition" />
  </wsdl:message>
  <wsdl:message name="StrategyListHttpPostIn" />
  <wsdl:message name="StrategyListHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfStrategy" />
  </wsdl:message>
  <wsdl:message name="MatchHttpPostIn">
    <wsdl:part name="word" type="s:string" />
    <wsdl:part name="strategy" type="s:string" />
  </wsdl:message>
  <wsdl:message name="MatchHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfDictionaryWord" />
  </wsdl:message>
  <wsdl:message name="MatchInDictHttpPostIn">
    <wsdl:part name="dictId" type="s:string" />
    <wsdl:part name="word" type="s:string" />
    <wsdl:part name="strategy" type="s:string" />
  </wsdl:message>
  <wsdl:message name="MatchInDictHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfDictionaryWord" />
  </wsdl:message>
  <wsdl:portType name="DictServiceSoap">
    <wsdl:operation name="ServerInfo">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Show remote server information</documentation>
      <wsdl:input message="tns:ServerInfoSoapIn" />
      <wsdl:output message="tns:ServerInfoSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DictionaryList">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Returns a list of available dictionaries</documentation>
      <wsdl:input message="tns:DictionaryListSoapIn" />
      <wsdl:output message="tns:DictionaryListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DictionaryInfo">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Show information about the specified dictionary</documentation>
      <wsdl:input message="tns:DictionaryInfoSoapIn" />
      <wsdl:output message="tns:DictionaryInfoSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Define">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Define given word, returning definitions from all dictionaries</documentation>
      <wsdl:input message="tns:DefineSoapIn" />
      <wsdl:output message="tns:DefineSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DefineInDict">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Define given word, returning definitions from specified dictionary</documentation>
      <wsdl:input message="tns:DefineInDictSoapIn" />
      <wsdl:output message="tns:DefineInDictSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="StrategyList">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Return list of all available strategies on the server</documentation>
      <wsdl:input message="tns:StrategyListSoapIn" />

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩欧美一级在线播放| 91在线一区二区| 亚洲国产一区二区在线播放| 亚洲欧美自拍偷拍| 中文字幕成人av| 国产精品视频在线看| 国产精品午夜免费| 中文字幕综合网| 亚洲免费观看高清完整版在线观看熊| 亚洲日本一区二区| 亚洲精品国产品国语在线app| 亚洲四区在线观看| 亚洲国产日韩综合久久精品| 亚洲www啪成人一区二区麻豆| 日本中文字幕一区| 黑人巨大精品欧美一区| 福利一区二区在线观看| 色欧美日韩亚洲| 欧美浪妇xxxx高跟鞋交| 精品国产亚洲在线| 国产日韩欧美精品电影三级在线| 中文字幕在线一区| 午夜电影网一区| 狠狠色综合播放一区二区| 成人黄色网址在线观看| 欧美亚洲一区二区三区四区| 欧美喷潮久久久xxxxx| 日韩美一区二区三区| 国产精品视频看| 天天综合网 天天综合色| 久久国内精品视频| 94-欧美-setu| 日韩一区二区电影网| 中文字幕一区三区| 五月天亚洲精品| 成人黄色国产精品网站大全在线免费观看| 日本韩国欧美国产| 久久午夜色播影院免费高清| 亚洲婷婷国产精品电影人久久| 亚洲bt欧美bt精品| 成人av网址在线观看| 欧美精品一二三| 日韩码欧中文字| 国产专区综合网| 欧美国产激情二区三区| 亚洲va欧美va人人爽| 国产91精品免费| 欧美一区二区三区成人| 一色屋精品亚洲香蕉网站| 秋霞电影一区二区| 91高清视频在线| 国产精品全国免费观看高清| 免费在线观看成人| 欧美人与z0zoxxxx视频| 亚洲视频在线一区二区| 东方欧美亚洲色图在线| 欧美一区二区视频在线观看| 亚洲精品亚洲人成人网| 丰满白嫩尤物一区二区| 欧美电影免费观看高清完整版在| 亚洲精品国产高清久久伦理二区| 国产高清在线观看免费不卡| 欧美一区二区三区四区五区| 一片黄亚洲嫩模| 成人av在线播放网址| 国产欧美日韩另类一区| 国产一区二区视频在线| 精品久久久久久久久久久久久久久 | 日韩精品影音先锋| 日韩黄色一级片| 538在线一区二区精品国产| 一区二区成人在线视频 | 香蕉影视欧美成人| 欧美日韩久久一区| 一区二区成人在线| 在线看国产一区二区| 亚洲美女淫视频| 91国内精品野花午夜精品| 一区二区三区不卡在线观看| 色一情一伦一子一伦一区| 一区精品在线播放| 91麻豆国产福利精品| 中文字幕在线观看不卡视频| 99re热视频精品| 亚洲精品免费看| 欧美丝袜第三区| 免费日韩伦理电影| 精品国免费一区二区三区| 九九**精品视频免费播放| 欧美白人最猛性xxxxx69交| 免费观看在线色综合| 欧美mv和日韩mv国产网站| 国内成人精品2018免费看| 国产免费成人在线视频| 91蜜桃网址入口| 亚洲福利视频一区| 精品第一国产综合精品aⅴ| 91麻豆精品国产91| 国产麻豆91精品| 国产精品成人免费在线| 欧美三级韩国三级日本一级| 午夜久久久久久| 26uuu精品一区二区| 成人污污视频在线观看| 亚洲动漫第一页| 2020国产精品| 欧美图片一区二区三区| 久久国产生活片100| 亚洲免费资源在线播放| 日韩欧美电影一区| 成人国产精品免费观看视频| 偷拍与自拍一区| 国产精品美女久久久久高潮| 欧美肥妇毛茸茸| 99久久99久久综合| 久久爱www久久做| 亚洲电影激情视频网站| 国产女主播一区| 3751色影院一区二区三区| 成a人片亚洲日本久久| 另类调教123区| 曰韩精品一区二区| 久久精品一区八戒影视| 欧美精品久久99| 在线观看日韩国产| 成人国产精品免费网站| 久久精品免费观看| 亚洲午夜一区二区| 国产精品福利一区| 欧美精品一区二区三区蜜臀| 91官网在线免费观看| 成人中文字幕在线| 精品一区二区在线看| 五月综合激情网| 夜夜嗨av一区二区三区网页| 韩国精品在线观看| 亚洲韩国一区二区三区| 日韩美女视频一区二区 | 欧美色网一区二区| 91在线精品一区二区三区| 粉嫩绯色av一区二区在线观看| 精品一区二区三区视频| 免费成人在线影院| 视频在线观看91| 日韩国产在线一| 亚洲国产欧美在线| 午夜欧美一区二区三区在线播放| 亚洲色图在线播放| 国产精品理论在线观看| 国产欧美日韩在线观看| 中文字幕av资源一区| 国产日韩欧美一区二区三区乱码 | 亚洲图片激情小说| 一区二区三区日韩欧美精品| 亚洲欧洲av另类| 亚洲乱码国产乱码精品精小说| 国产精品九色蝌蚪自拍| 中文字幕在线一区二区三区| 亚洲欧美日韩中文字幕一区二区三区| 国产免费成人在线视频| 亚洲色图20p| 亚洲国产wwwccc36天堂| 午夜精品一区二区三区电影天堂| 日韩制服丝袜av| 激情av综合网| 成人高清在线视频| 欧美在线观看一区| 欧美成人官网二区| 国产精品视频免费| 一级特黄大欧美久久久| 亚洲成a人片综合在线| 免费高清视频精品| 成人一区二区三区中文字幕| 色婷婷精品久久二区二区蜜臂av| 色综合咪咪久久| 51久久夜色精品国产麻豆| 久久综合色鬼综合色| 最好看的中文字幕久久| 午夜电影网一区| 国产激情视频一区二区三区欧美| 99re视频这里只有精品| 欧美三级资源在线| 精品国产百合女同互慰| 国产精品久久免费看| 亚洲午夜在线视频| 国产激情一区二区三区| 欧美这里有精品| 久久久久久久综合狠狠综合| 樱花草国产18久久久久| 国内外成人在线| 欧洲精品在线观看| 国产三级欧美三级| 日韩一区精品视频| 成人av先锋影音| 欧美不卡在线视频| 亚洲曰韩产成在线| 成人一道本在线| 欧美va日韩va| 偷拍自拍另类欧美| 91蝌蚪porny九色|