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

logon() Method


The logon() method authenticates the user. If authentication fails, an exception is thrown.

Signature

String logon(String username, String password)

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).

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