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

📄 readeraccess.wsdl

📁 SUnRDIS网络应用平台,可以在该平台上开发RFID应用,系统.
💻 WSDL
📖 第 1 页 / 共 3 页
字号:
<?xml version="1.0" encoding="UTF-8"?><!--   Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.  Use is subject to license terms.--><definitions name="ReaderAccess" targetNamespace="urn:com:sun:autoid:ReaderAccess/wsdl" xmlns:tns="urn:com:sun:autoid:ReaderAccess/wsdl" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns2="urn:com:sun:autoid:ReaderAccess/types" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">  <types>    <schema targetNamespace="urn:com:sun:autoid:ReaderAccess/types" xmlns:tns="urn:com:sun:autoid:ReaderAccess/types" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">      <complexType name="changeIndicators">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/>          <element name="arrayOfIndicator_2" type="tns:Indicator" nillable="true" minOccurs="0" maxOccurs="unbounded"/></sequence></complexType>      <complexType name="DeviceFinder">        <sequence>          <element name="deviceName" type="string" nillable="true"/>          <element name="groupStr" type="string" nillable="true"/>          <element name="locatorStr" type="string" nillable="true"/></sequence></complexType>      <complexType name="Indicator">        <sequence>          <element name="INDICATOR_BLINK" type="int"/>          <element name="INDICATOR_OFF" type="int"/>          <element name="INDICATOR_ON" type="int"/>          <element name="state" type="int"/>          <element name="time" type="int"/></sequence></complexType>      <complexType name="deviceConnect">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/></sequence></complexType>      <complexType name="disconnect">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/></sequence></complexType>      <complexType name="enableGatherUserData">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/>          <element name="boolean_2" type="boolean"/></sequence></complexType>      <complexType name="gatherUserDataEnabled">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/></sequence></complexType>      <complexType name="gatherUserDataEnabledResponse">        <sequence>          <element name="result" type="boolean"/></sequence></complexType>      <complexType name="getDescription">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/></sequence></complexType>      <complexType name="getDescriptionResponse">        <sequence>          <element name="result" type="string" nillable="true"/></sequence></complexType>      <complexType name="getEPC">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/></sequence></complexType>      <complexType name="getEPCResponse">        <sequence>          <element name="result" type="string" nillable="true"/></sequence></complexType>      <complexType name="getHandle">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/></sequence></complexType>      <complexType name="getHandleResponse">        <sequence>          <element name="result" type="long"/></sequence></complexType>      <complexType name="getRole">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/></sequence></complexType>      <complexType name="getRoleResponse">        <sequence>          <element name="result" type="string" nillable="true"/></sequence></complexType>      <complexType name="getStatus">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/></sequence></complexType>      <complexType name="getStatusResponse">        <sequence>          <element name="result" type="string" nillable="true"/></sequence></complexType>      <complexType name="getTagList">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/>          <element name="long_2" type="long"/></sequence></complexType>      <complexType name="getTagListResponse">        <sequence>          <element name="result" type="string" nillable="true" minOccurs="0" maxOccurs="unbounded"/></sequence></complexType>      <complexType name="getTagProtocol">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/>          <element name="URI_2" type="anyURI" nillable="true"/></sequence></complexType>      <complexType name="getTagProtocolResponse">        <sequence>          <element name="result" type="int"/></sequence></complexType>      <complexType name="getTagProtocol2">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/>          <element name="URI_2" type="anyURI" nillable="true"/>          <element name="URI_3" type="anyURI" nillable="true"/></sequence></complexType>      <complexType name="getTagProtocol2Response">        <sequence>          <element name="result" type="int"/></sequence></complexType>      <complexType name="getTagType">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/>          <element name="URI_2" type="anyURI" nillable="true"/></sequence></complexType>      <complexType name="getTagTypeResponse">        <sequence>          <element name="result" type="int"/></sequence></complexType>      <complexType name="getUserDataSize">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/>          <element name="URI_2" type="anyURI" nillable="true"/></sequence></complexType>      <complexType name="getUserDataSizeResponse">        <sequence>          <element name="result" type="int"/></sequence></complexType>      <complexType name="getUserDataSize2">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/>          <element name="URI_2" type="anyURI" nillable="true"/>          <element name="URI_3" type="anyURI" nillable="true"/></sequence></complexType>      <complexType name="getUserDataSize2Response">        <sequence>          <element name="result" type="int"/></sequence></complexType>      <complexType name="isAutoRead">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/></sequence></complexType>      <complexType name="isAutoReadResponse">        <sequence>          <element name="result" type="boolean"/></sequence></complexType>      <complexType name="killTag">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/>          <element name="URI_2" type="anyURI" nillable="true"/>          <element name="arrayOfbyte_3" type="base64Binary" nillable="true"/></sequence></complexType>      <complexType name="killTagResponse">        <sequence>          <element name="result" type="boolean"/></sequence></complexType>      <complexType name="lockEpc">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/>          <element name="URI_2" type="anyURI" nillable="true"/>          <element name="arrayOfbyte_3" type="base64Binary" nillable="true"/></sequence></complexType>      <complexType name="lockEpcResponse">        <sequence>          <element name="result" type="boolean"/></sequence></complexType>      <complexType name="lockUserData">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/>          <element name="URI_2" type="anyURI" nillable="true"/>          <element name="arrayOfbyte_3" type="base64Binary" nillable="true"/></sequence></complexType>      <complexType name="lockUserDataResponse">        <sequence>          <element name="result" type="boolean"/></sequence></complexType>      <complexType name="readUserData">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/>          <element name="URI_2" type="anyURI" nillable="true"/>          <element name="long_3" type="long"/></sequence></complexType>      <complexType name="readUserDataResponse">        <sequence>          <element name="result" type="base64Binary" nillable="true"/></sequence></complexType>      <complexType name="runCommand">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/>          <element name="String_2" type="string" nillable="true"/></sequence></complexType>      <complexType name="runCommandResponse">        <sequence>          <element name="result" type="string" nillable="true"/></sequence></complexType>      <complexType name="runCommand2">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/>          <element name="URI_2" type="anyURI" nillable="true"/>          <element name="String_3" type="string" nillable="true"/></sequence></complexType>      <complexType name="runCommand2Response">        <sequence>          <element name="result" type="string" nillable="true"/></sequence></complexType>      <complexType name="setAutoRead">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/>          <element name="boolean_2" type="boolean"/></sequence></complexType>      <complexType name="triggerTagList">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/></sequence></complexType>      <complexType name="triggerTagList2">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/>          <element name="long_2" type="long"/></sequence></complexType>      <complexType name="writeIdentifier">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/>          <element name="URI_2" type="anyURI" nillable="true"/></sequence></complexType>      <complexType name="writeIdentifierResponse">        <sequence>          <element name="result" type="string" nillable="true"/></sequence></complexType>      <complexType name="writeIdentifier2">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/>          <element name="URI_2" type="anyURI" nillable="true"/>          <element name="String_3" type="string" nillable="true"/></sequence></complexType>      <complexType name="writeIdentifier2Response">        <sequence>          <element name="result" type="string" nillable="true"/></sequence></complexType>      <complexType name="writeUserData">        <sequence>          <element name="DeviceFinder_1" type="tns:DeviceFinder" nillable="true"/>          <element name="URI_2" type="anyURI" nillable="true"/>          <element name="int_3" type="int"/>          <element name="arrayOfbyte_4" type="base64Binary" nillable="true"/>

⌨️ 快捷键说明

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