Receiverlist - Intermec IF5 User Manual

Fixed reader
Hide thumbs Also See for IF5:
Table of Contents

Advertisement

<ReceiverList>
<Receiver id="rec1" protocol="HTTP" description="SAP AII NODE"
<OptionList>
<opt:Name>SDCReceiver</opt:Name>
<opt:URL>http://136.179.176.37:8080/DummyServlet</opt:URL>
<opt:Port>9000</opt:Port>
<opt:Synchronization>asynchronous</opt:Synchronization>
</OptionList>
<MessageTransformer>
<APIImplementationClass>com.sap.device.controller.messaging.
XMLTransformer</APIImplementationClass>
</MessageTransformer>
</Receiver>
</ReceiverList>
IF5 Fixed Reader User's Manual
Appendix B — Configuring and Using the SAP Device Controller

ReceiverList

This element specifies a list of destinations that receive RFID tag
events from the device controller. Each Receiver element defines
one destination, which is generally an SAP-AII node, and
contains an id attribute that identifies the receiver. Other parts of
the SDCConfiguration file may refer to this attribute. A receiver
element also includes option list elements and a
MessageTransformer element, which are described in the next
table.
Element
opt:Name
opt:URL
opt:Port
opt:Synchronization Defines the processing mode for handling
MessageTransformer Stores the name of the software component that
In the sample XML below, the Receiver element defines the SAP-
AII node and defines the receiver id as "rec1".
Description
Name of the receiver. This name will be
displayed in logs.
URL that receives tag event data when
transmitted by the controller. For SAP-AII
nodes, this is usually
http://mySAPserver:50000/sap/scm/
aim
Port used by the controller to receive
commands from this receiver. Default is 9000.
commands. Always set to "asynchronous".
formats messages transmitted to this receiver.
Leave this setting at the default.
145

Advertisement

Table of Contents
loading

Table of Contents