Cube CreateDomainCube
Creates a Domain cube for perspective selection.
Request
<Alea:Document xmlns:Alea="http://www.misag.com">
<Alea:Request RequestID="4.3.1" Class="Cube" Method="CreateDomainCube">
<Alea:Cube Name="#SamplesDomain">
<Alea:Description>Perspective selection cube</Alea:Description>
<Alea:Dimension Name="Perspectives" />
<Alea:Dimension Name="CURRTYPE" />
<Alea:Dimension Name="LEVEL" />
<Alea:Dimension Name="Domain_System" />
</Alea:Cube>
</Alea:Request>
</Alea:Document>
The first dimension contains the perspective names. It should be a Measure dimension. That is, its ODBO type should be 2.
The last dimension is the Domain_System dimension. Its implicit hierarchy must contain the numeric base elements Applicable and Configuration.
The dimensions between the first and the last dimension are the context dimensions. At least one context dimension must exist. There cannot be more than 28 context dimensions. Usually there are not more than three.
Answer
<Alea:Document xmlns:Alea="http://www.misag.com">
<Alea:Request RequestID="4.3.1">
<Alea:Return />
</Alea:Request>
</Alea:Document>
Error
<Alea:Document xmlns:Alea="http://www.misag.com">
<Alea:Request RequestID="4.3.1">
<Alea:Error ErrorID="error_code" />
</Alea:Request>
</Alea:Document>