Siebel Analytics Web Administration Guide > Working with Data and Managing the Web Catalog Using Siebel Analytics Web SOAP API > Description of Methods in the Siebel Analytics Web SOAP API >

Creating a New Page Object Using the startPage() Method in the Siebel Analytics Web SOAP API


The startPage() method in the HtmlViewService service creates a new page object and returns its ID.

For information about the HtmlViewService service, see Overview of the Siebel Analytics Web HtmlViewService Service.

Description of Parameters in the startPage() Method

The startPage() method parameters are described in the following table.

Parameter
Description

String clientIP

A character string that contains the IP address of the client running the browser.

NOTE:  This parameter is not used.

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.

Siebel Analytics Web Administration Guide