Hopewiser SOAP Interface - Status Call

Summary

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.

[ top ]

Syntax

Status status = soap.status(string session_id);

where for example:

clicks = {
            'CLICKS' => '3102',
            'EXPIRY'  => '2006-05-20 00:00',
            'MAX_CLICKS'    => '5000',
          };

[ top ]

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.

[ top ]

Samples

For a sample Status request please click here.

For a sample Status response please click here.

[ top ]