Hopewiser SOAP Interface - Logout Call

Summary

Ends the current client session on the Hopewiser SOAP server.

[ top ]

Syntax

int success = soap.logout(string session_id);

[ top ]

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.

[ top ]

Samples

For a sample Logout request please click here.

For a sample Logout response please click here.

[ top ]