Binding Function |
RFDPOST |
|
Binding ID |
ENDPOINT_POST |
|
Binding Description |
Fixed Reader Physical Inventory |
|
Purpose |
This is generic Binding that posts a thin event payload to an HTTP endpoint. This can be used by customers to customize how they want to process the event payload. NO object resolution is performed here before send and is up to the Endpoint to resolve the Tags to their mappings. Note: this Binding has been superseded by the flexible RDDTAG binding that allows user to customize XML payload sent to endpoint. |
|
Logic |
Collects whatever tags are seen during a read event cycle from a given cabinet and performs the following logic: üPosts the XML payload to the endpoint, no IMOVE or PEV are supported
|
|
Restrictions |
None identified |
|
Files Updated |
None |
|
Comments |
|
|
Program Name |
URI set to RFDPOST along with endpoint path |
|
Binding Setup |
||
Binding Properties |
Email Notification |
|
The email address to send binding specific alerts. Note: This overrides the default SMTP Recipient value under System Settings |
|
|
Dwell Time |
|
Dwell prevents the tag from being sent again until the time value expires. Refer to the the Binding Change for detailed explanations of this directive. |
|
|
Error Recovery Attempts |
|
Refer to the the Binding Change for detailed explanations of each directive. |
|
|
The below XML is sent to the Endpoint listener.
Action |
|
|
HTTP Post |
<?xml version="1.0" encoding="UTF-8"?> <EventNotification xmlns:xalan="http://xml.apache.org/xslt"> <LocationID>HOU_SHIPPING</LocationID> <ReaderID>HOU_DOCK_DOOR_7</ReaderID> <Tags> <Tag TagID="00000000000000000000E9FE" Antenna="1"/> <Tag TagID="00000000000000000001F5D0" Antenna="2"/> <Tag TagID="00000000000000000001F65A" Antenna="3"/> <Tag TagID="00000000000000000001F65C" Antenna="4"/> <Tag TagID="00000000000000000001F66D" Antenna="4"/> </Tags> </EventNotification> |
|
Copyright © 2024 Stratum Global, Inc.