getXDOSchemaInSession() Method
In ReportService, use the getXDOSchemaInSession() method to retrieve the XDO schema for a report definition in the catalog based on a bipSessionToken of a given user.
For more information about in-session methods, see About In-Session Methods.
Signature
byte[] getXDOSchemaInSession(String reportAbsolutePath, String locale, String bipSessionToken);
Parameters for getXDOSchemaInSession() Method
Parameter | Description |
---|---|
String reportAbsolutePath |
The path to the report from which to retrieve the XDO schema. For example: /HR Manager/Employee Reports/Employee Listing.xdo |
String locale |
The locale of the template to retrieve (for example, |
String bipSessionToken |
The proprietary token string generated for the user. With the bipSessionToken string, the user no longer needs to provide user credentials. The server can validate this token string and restore the session to perform needed operation. |