Sample Configuration File
<configuration>
<GSA_ADDRESS>http://blrd9249.symphony.hyperion.com:7777</GSA_ADDRESS>
<GSA_FRONTEND>fourfghjfghj</GSA_FRONTEND>
<GSA_XML_FEED_PORT>sdf</GSA_XML_FEED_PORT>
<SECURITY_CONFIGURATION>http://blrd9249.symphony.hyperion.com:28080/interop/framework/getCSSConfigFile</SECURITY_CONFIGURATION>
<SmartViewProvider>http://blrd9249.symphony.hyperion.com:16080/EssbaseSearch/Search?query=$ora:q</SmartViewProvider>
</configuration>
XML Schema for the Sample Configuration File
<?xml version=”1.0” encoding=”UTF-8”>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xs:element name="configuration">
<xs:complexType>
<xs:sequence>
<xs:element ref="GSA_ADDRESS"/>
<xs:element ref="GSA_FRONTEND"/>
<xs:element ref="GSA_XML_FEED_PORT"/>
<xs:element ref="SECURITY_CONFIGURATION"/>
<xs:element ref="SmartViewProvider"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="GSA_ADDRESS" type="xs:anyURI"/>
<xs:element name="GSA_FRONTEND" type="xs:NCName"/>
<xs:element name="GSA_XML_FEED_PORT" type="xs:NCName"/>
<xs:element name="SECURITY_CONFIGURATION" type="xs:anyURI"/>
<xs:element name="SmartViewProvider" type="xs:anyURI"/>
</xs:schema>
<?xml version='1.0' encoding='UTF-8'?>
<DataSourceListRequest>
<server name =”blrd4999”>
<application name=”Sample”>
<database name=”Basic”>
<outline name=”Outline”/>
<reportscript name=”Asym”/>
<reportscript name=”Attr”/>
<reportscript name=”Bottom”/>
<reportscript name=”Link”/>
<reportscript name=”Orderby”/>
<reportscript name=”Restrict”/>
<reportscript name=”Top”/>
</database>
<database name=”Interntl”>
<outline name=”Outline”/>
</database>
<database name=”Xchgrate”>
<outline name=”Outline”/>
</database>
</application>
</server>
</DataSourceListRequest>