Siebel Analytics Web Services Guide > Description of Siebel Analytics Web SOAP API Methods > SAWSessionService Service >

logonex() Method


The logonex() method authenticates the user. Similar to the logon method, but logonex can specify optional session parameters. If authentication fails, an exception is thrown.

Signature

String logonex(String username, String password, SAWSessionParameters sessionparams);

Arguments
Description

String username

A character string that contains the user name to authenticate.

String password

A character string that contains the password for the user. If there is no password, leave this field empty (void).

SAWSessionParameters sessionparams

Optional. The sessionparams to use, supplied in the SAWSessionParameters structure. For information about the SAWSessionParameters structure, read SAWSessionParameters Structure.

Returns

This method returns the session ID and sets an HTTP session cookie. The session ID is used in other SOAP API calls to identify your SOAP session.

Siebel Analytics Web Services Guide