Siebel Analytics Web Services Guide > 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 7 lists the fields in this structure.

Table 7. 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, read 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 Services Guide