IMS Web Service Reference

Method: ChangePassword

Description

Change password.

Action

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

Input

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

Element  Type  Occurs  Description 
    1..1 
tns:Username  common:UsernameType  1..1 
tns:OldPassword  common:PasswordType  1..1 
tns:NewPassword  common:PasswordType  1..1 
Output

The output of this method is the document element tns:ChangePasswordResponse that is always empty.

Faults
Name  Content  Description 
InternalError  common:InternalErrorExceptionInfo 
InvalidArgument  common:InvalidArgumentExceptionInfo 
InvalidCredentials  common:InvalidCredentialsExceptionInfo 
AccountLocked  common:AccountLockedExceptionInfo 
AccountDisabled  common:AccountDisabledExceptionInfo 
PasswordTooSimple  common:PasswordTooSimpleExceptionInfo 
PasswordReused  common:PasswordReusedExceptionInfo