Header
The SOAP header that contains authentication data, locale information, and other required or optional data.
Elements
AuthId
A system-generated, encrypted String. All requests except Login requests must have a valid AuthId in the SOAP header. The header passes this identifier to BIRT iHub for validation.
TargetVolume
String. Optional. The Encyclopedia volume to which to direct the request.
Locale
String. Optional. The format of Locale is <ll>_<CC> where <ll> is the two-character language code and <CC> is the two-character country code of the locale. For example, fr_CA is the locale code for the French language used in Canada. Locale is used to format data using the language, date and time conventions, currency and other locale-specific conventions.
ConnectionHandle
String. Optional. Supports keeping a connection open to view a persistent report.
TargetServer
String. Optional. Refers to the BIRT iHub within a cluster to which to direct the request.
DelayFlush
Boolean. Optional. BIRT iHub writes updates to the disk when the value is False.
FileType
String. Optional. Supports specifying the file type to run, such as a BIRT design or HTML file.
TargetResourceGroup
String. Optional. Supports assigning a synchronous report generation request to a specific resource group at run time.
RequestID
String. Optional. A unique value that identifies the SOAP message.