|
|
|---|
Obtains Status information for the currently logged-in user. The current click count is returned, along with the maximum clicks the user will be allowed and the expiry date of the account.
Status status = soap.status(string session_id);
where for example:
clicks = {
'CLICKS' => '3102',
'EXPIRY' => '2006-05-20 00:00',
'MAX_CLICKS' => '5000',
};
When a client application invokes the Status call, it passes in a
Session ID. Upon invocation, the Hopewiser SOAP server authenticates the
Session ID and returns a Status structure similar to that described above.