Logging in with SystemLogin
SystemLogin authenticates the user as a BIRT iHub system administrator. This login provides access to BIRT iHub system administration functionality, such as managing the properties of a BIRT iHub. To use SystemLogin, you must provide a system password, not your user password.
In Release 10, TargetVolume is an optional element. In Release 11, the Login message must specify the Encyclopedia volume name using TargetVolume in the SOAP header and Domain in the SOAP message body.
<SOAP-ENV:Header>
<TargetVolume>end00166</TargetVolume>
<Locale>en_US</Locale>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<SystemLogin>
<SystemPassword>CKJyy769</SystemPassword>
<SystemPasswordEncryptLevel>1</SystemPasswordEncryptLevel>
</SystemLogin>
</SOAP-ENV:Body>
The response to SystemLogin is an AuthId that remains valid in subsequent requests during the current session.
<SOAP-ENV:Body>
<SystemLoginResponse>
<AuthId>+zxJgKuMBr4lC1psWCGajW8GXIp7PSC==</AuthId>
</SystemLoginResponse>
</SOAP-ENV:Body>