Sample Command Xml; Response For The User Query Command - Proxim Orinoco AP-2500 User Manual

Public access ap
Hide thumbs Also See for Orinoco AP-2500:
Table of Contents

Advertisement

XML Interface Specification
This command has the following DTD:
Where:
COMMAND attribute: USER_QUERY
USER attribute: ID_TYPE (either MAC_ADDR or USER_NAME
MAC_ADDR: Subscriber's MAC address (char [12], optional if username is present)
USER_NAME: Subscriber's username (char [96], optional if MAC is present)

Sample command XML

<?xml version="1.0" ?>
<!DOCTYPE USG "ndxQueryUser.dtd">
<USG COMMAND="QUERY_USER">
<USER ID_TYPE="USER_NAME">jsmith</USER>
</USG>
or
<USG COMMAND="QUERY_USER">
<USER ID_TYPE="MAC_ADDR">1A2B3C4D5E6F</USER>
</USG>

Response for the User Query Command

This is the response sent to User Query command. The response is an XML message with the following DTD:
262

Advertisement

Table of Contents
loading

Table of Contents