<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope 
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
    <ns1:Discover 
        soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 
        xmlns:ns1="urn:schemas-microsoft-com:xml-analysis">
        <RequestType xsi:type="xsd:string">MDSCHEMA_DIMENSIONS</RequestType>
        <Restrictions>
            <RestrictionList>
                <ns1:CATALOG_NAME 
                    xsi:type="soapenc:string" 
                    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">FoodMart 2000</ns1:CATALOG_NAME>
                <ns1:CUBE_NAME 
                    xsi:type="soapenc:string" 
                    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Sales</ns1:CUBE_NAME>
            </RestrictionList>
        </Restrictions>
        <Properties>
        <PropertyList>
        <ns1:DataSourceInfo 
            xsi:type="soapenc:string" 
            xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Foodmart 2000</ns1:DataSourceInfo>
        <ns1:Catalog 
            xsi:type="soapenc:string" 
            xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">FoodMart 2000</ns1:Catalog>
        <ns1:BeginRange xsi:type="xsd:int">0</ns1:BeginRange>
        <ns1:EndRange xsi:type="xsd:int">0</ns1:EndRange>
        <Format xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Tabular</Format>
        <Content 
            xsi:type="soapenc:string" 
            xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">SchemaData</Content>
    </PropertyList>
    </Properties>
</ns1:Discover>
</soapenv:Body>
</soapenv:Envelope>