Print this page

Login

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

Syntax

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

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.

Samples

Sample Request XML

Sample Response XML


Previous page: Functions
Next page: Data Fields