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

Format of Returned Recordsets in the Siebel Analytics Web SOAP API


The following is the basic structure for Siebel Analytics Web rowset XML output:

<Recordset xmls="Siebel Analytics NS" >

     <xsd::schema xsd = ...>
          .
          .
          .
     <xsd::schema>

     <row>

            <column1>value1</column1>

            <column2>value2</column2>

     </row>

     <row>...</row>

     <row>...</row>

</Recordset>

Each row element holds the contents of one SQL record. Child elements of the row contain values of record fields.

The recordset XML may optionally include XSD schema that describe the format of row elements.

Siebel Analytics Web Administration Guide