3.1.4.45.2.1 GetMdx

The GetMdx element specifies the input data for the GetMdx WSDL operation.

 <xs:element name="GetMdx" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="1" name="analyticReportViewLocation" type="tns:RepositoryLocation"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

analyticReportViewLocation: A RepositoryLocation complex type (section 2.2.4.161). This element MUST be present.

  • If the report view was created with the CreateReportView operation (section 3.1.4.7), the ItemUrl property MUST contain a valid URL. ItemType and ItemGuid are set by the server (2).

  • If the report view was created with the SaveTemporaryAnalyticReport operation (section 3.1.4.65):

    • The ItemGuid property MUST equal the GUID that was returned from SaveTemporaryAnalyticReport.

    • The ItemType property MUST equal TempReportView, as specified by FirstClassObjectType simple type (section 2.2.5.20).

    • The ItemUrl property MUST equal an empty string.