Status
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.
Syntax
Status status = soap.status(string session_id);
where for example:
status = {
'CLICKS' => '3102',
'EXPIRY' => '2006-05-20 00:00',
'MAX_CLICKS' => '5000',
};
Usage
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.
Samples
Previous page: Functions
Next page: Data Fields