Print this page

Logout

Ends the current client session on the Hopewiser SOAP server.

Syntax

int success = soap.logout(string session_id);

Usage

When a client application invokes the Logout call, it passes in a Session ID. Upon invocation, the Hopewiser SOAP server ends the associated client session.

Client applications do not need to explicitly log out to end the session. Sessions expire automatically after a period of inactivity.

Samples

Sample Request XML

Sample Response XML


Previous page: Functions
Next page: Data Fields