Siebel Analytics Web Services Guide >

Format of Returned Recordsets


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