Oracle® Business Intelligence Web Services Guide > Description of Services in Oracle BI Web Services > HtmlViewService Service >

startPage() Method


Use this method to create a new page object and returns its ID.

Signature

String startPage(StartPageParams options, String sessionID);

Arguments
Description

StartPageParams options

Specifies the options to use when starting the page, supplied in the StartPageParams structure. For information about the StartPageParams structure, read 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.

Returns

Returns a string containing the Oracle BI Presentation Services page ID.

Oracle® Business Intelligence Web Services Guide Copyright © 2007, Oracle. All rights reserved.