loginRequest

Used to authenticate to the archive server. Only TrustedApplication login is supported to the archive server. The user name has the user name, post office, and domain separated by dots. For example, username.postoffice1.domain.

Request

<loginRequest>
   <auth type="Authentication"/>
   <language type="language"/>
   <version type="decimal"/>
</loginRequest>

Response

<loginResponse>
   <session type="string"/> 
</loginResponse>

Elements

auth

Specifies the type of authentication as TrustedApplication.

language

The language of the user or the language of the POA if the user language is not specified.

version

The version passed in the request. The current version passed is 1.0.

session

Specifies and links the user with the login instance on the archive server.