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

setItemProperty() Method


The setItemProperty() method sets a property for an object in the Web Catalog.

Signature

void setItemProperty(String path, String name, String value, String sessionID);

Arguments
Description

String path

The path to the object in the Web Catalog.

String name

A character string that contains the name of the property to set.

String value

A character string that contains the new setting for the property.

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 Services Guide