Authenticates a user and start a session.
loginUser( string userName, string password );
The user ID in a LoginUserResponse
structure.
userName The user name of the person logging in.
password The password of user logging in.
The password parameter must be blowfish encrypted and base 64 encoded. You can find the AuthKey
you need to blowfish the password in conf/agsoap.conf
.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |