Siebel Analytics Web Services Guide > Description of Siebel Analytics Web SOAP API Methods > HtmlViewService Service >

endPage() Method


The endPage() method destroys the Siebel Analytics Web server page object and all data associated with it.

Signature

void endpage(String pageID, String sessionID);

Arguments
Description

String pageID

A character string that contains the name of the page.

String sessionID

A character string that identifies 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 Services Guide