loginUser( )

Authenticates a user and start a session.

Pseudocode
loginUser(
  string userName,
  string password
);
Returns

The user ID in a LoginUserResponse structure.

Parameters
  • userName   The user name of the person logging in.

  • password   The password of user logging in.

Remarks

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.