Signature Returns getHeadersHTML Method

Description of Services and Methods in Oracle BI EE Web Services 3-7

3.2.7 getHTMLForReport Method

Use this method to retrieve an HTML excerpt to display the results for a particular analysis. Before invoking this method, use the addReportToPage method to add the results to an HTML page.

3.2.7.1 Signature

String getHTMLForReportString pageID, String pageReportID, String sessionID;

3.2.7.2 Returns

Returns a string containing the HTML excerpt that displays the specified analysis.

3.2.8 setBridge Method

Use this method to specify a bridge URL to receive communications. Specifying a bridge URL can be useful when the Oracle BI EE Web Services server and the users Web server reside on different machines, or when you want to modify the results in your application development environment. After the setBridge method is called, all requests from the client browser to the Oracle BI EE Presentation Services server are sent to the bridge URL, which then forwards requests to the Oracle BI EE Presentation Services server.

3.2.8.1 Signature

setBridgeString bridge, String sessionID; ReportParams reportParams Optional. Specifies the filters or variables to apply to the analysis before execution, supplied in the ReportParams common structure. For more information, see Section 3, Description of Services and Methods in Oracle BI EE Web Services . ReportHTMLOptions reportOptions Optional. Specifies the display options to apply to the analysis after execution, supplied in the ReportHTMLOptions structure. For more information, see Section 2.15, QueryResults Structure . StartPageParams pageParams Specifies the options to use when starting the page, supplied in the StartPageParams structure. For information about the StartPageParams structure, see Section 2.26, StartPageParams Structure . String sessionID Specifies the session ID, which is usually returned by the logon method. If the SOAP client engine can handle HTTP cookies, you can omit the session ID or set it to null. Arguments Description String pageID Specifies the ID of the page object, which is returned by the startPage method for more information, see Section 3.2.9, startPage Method . String pageReportID Specifies the analysis ID returned by the addReportToPage method. For information about the addReportToPage method, see Section 3.2.2, addReportToPage Method . String sessionID Specifies the session ID, which is usually returned by the logon method. If the SOAP client engine can handle HTTP cookies, you can omit the session ID or set it to null. Arguments Description