Oracle® Business Intelligence Web Services Guide >

Format of Returned Recordsets


This is the basic structure for Oracle BI Web Services rowset XML output:

<Recordset xmls="OracleBI 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.

Oracle® Business Intelligence Web Services Guide Copyright © 2007, Oracle. All rights reserved.