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 >

CatalogObject Structure


The CatalogObject structure retrieves or specifies all information for a particular Web Catalog object in a single call. This structure is used in the WebCatalogService service. Table 23 lists the fields in this structure.

Table 23. CatalogObject Structure Fields
Fields
Description

ItemInfo itemInfo

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

For information about the ItemInfo structure, see ItemInfo Structure.

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