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

Specifying Information for a Web Catalog Object Using the CatalogObject Structure in the Siebel Analytics Web SOAP API


The CatalogObject structure retrieves or specifies all information for a particular Web Catalog object in a single call.

The CatalogObject structure is used in the WebCatalogService service.

Fields in the CatalogObject Structure

Field
Description

ItemInfo itemInfo

Web Catalog information about the object, supplied in the ItemInfo common structure.

For information about the ItemInfo structure, see Storing Web Catalog Information About an Object Using the ItemInfo Structure in the Siebel Analytics Web SOAP API.

Object catalogObject

A character string that contains an XML representation of the object, or the object itself.

When this field is the object itself, the SOAP engine you are using should be able to provide automatic serialization to and deserialization from the XML.

Siebel Analytics Web Administration Guide