Hopewiser SOAP Interface - Login Call

Summary

Logs in to the Hopewiser SOAP server and starts a client session.

[ top ]

Syntax

string session_id = soap.login(string login, string password);

[ top ]

Usage

When a client application invokes the Login call, it passes in a user name and password. Upon invocation, the Hopewiser SOAP server authenticates the login and returns the Session ID for the session. This session ID must be used in all subsequent calls to the Hopewiser SOAP server.

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 Login request please click here.

For a sample Login response please click here.

[ top ]