Siebel Analytics Web Services Guide > Description of Siebel Analytics Web SOAP API Methods > HtmlViewService Service >
startPage() Method
The startPage() method creates a new page object and returns its ID. Signature
String startPage(StartPageParams options, String sessionID);
|
|
StartPageParams options |
The options to use when starting the page, supplied in the StartPageParams structure. For information about the StartPageParams structure, read StartPageParams Structure. |
String sessionID |
A character string that contains the session ID. The session ID is usually returned by the logon call. 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 Siebel Analytics Web Server page ID.
|