264
XML Interface Specification
User Authorize
A User's identity, specified by MAC address, is checked against the Authorized Subscribers and Current Subscribers
Tables. If the User is found in either table, VALID_USER is returned along with the User's authorization method:
RADIUS or CREDIT_CARD. If the User is not found, INVALID_USER will be returned.
This command has the following DTD:
Where:
COMMAND
: "USER_AUTHORIZE"
MAC_ADDR
attribute: Subscriber’s MAC address (char [12])
Sample command XML
<?xml version="1.0" ?>
<!DOCTYPE USG "ndxUserAuth.dtd">
<USG COMMAND="USER_AUTHORIZE" MAC_ADDR="1A2B3C4D5E6F">
</USG>
Response for the User Authorize Command
This is the response sent for User Authorize command. The response is an XML message with
the following DTD:
Where:
STATUS
: “VALID_USER” or “INVALID USER”
PAYMENT_METHOD
: “CREDIT_CARD”
ID
attribute: ID of the AP-2500 (char [6])
IP
attribute: IP address of the AP-2500 (char [18])
Sample Response XML
<?xml version="1.0" ?>