SystemLogin
Logs the user in as the BIRT iHub administrator.
Request schema
<xsd:complexType name="SystemLogin">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="SystemPassword" type="xsd:string"
minOccurs="0"/>
<xsd:element name="SystemPasswordEncryptLevel"
type="xsd:long" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Request elements
SystemPassword
The password.
SystemPasswordEncryptLevel

The encryption level of the SystemPassword. Valid values are:

0 - No encryption

1 - Two way encryption

2 - Hash encryption
The default is hash encryption.
Response schema
<xsd:complexType name="SystemLoginResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="AuthId" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
Response elements
AuthId
The system-generated, encrypted authenticated string all subsequent requests use.