IMS Web Service Reference

Method: Login

Description

Log in with user name and password.

Action

http://ims.lyngsoesystems.com/security/Login

Input

The input of this method is the document element tns:Login having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
tns:Username  common:UsernameType  1..1 
tns:Password  common:PasswordType  1..1 
tns:ClientInfo  common:ClientInfoType  0..1 
Output

The output of this method is the document element tns:LoginResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
tns:Token  common:TokenType  1..1 
Faults
Name  Content  Description 
InternalError  common:InternalErrorExceptionInfo 
InvalidArgument  common:InvalidArgumentExceptionInfo 
InvalidCredentials  common:InvalidCredentialsExceptionInfo 
PasswordExpired  common:PasswordExpiredExceptionInfo 
AccountLocked  common:AccountLockedExceptionInfo 
AccountDisabled  common:AccountDisabledExceptionInfo