3.1.4.3.2.1 DecompStartAnalyze

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

 <xs:element name="DecompStartAnalyze" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="1" name="type" type="xs:string"/>
       <xs:element minOccurs="0" maxOccurs="1" name="location" type="xs:string"/>
       <xs:element minOccurs="0" maxOccurs="1" name="tupleRecord" type="tns:DecompTupleRecord"/>
       <xs:element minOccurs="0" maxOccurs="1" name="queryParameters" type="tns:DecompQueryParameters"/>
       <xs:element minOccurs="0" maxOccurs="1" name="viewState" type="xs:string"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

type: Specifies the DataSource type. This element MUST be set to "olap", which means the OLAP type.

location: Specifies the First Class Object (FCO) location. This element MUST be a string identifying a session state known to the protocol server. It MUST NOT be null and MUST NOT be empty.

tupleRecord: Specifies named filters to be applied to the response. This element MUST be a DecompTupleRecord value (section 3.1.4.3.3.1). This element MUST NOT be null.

queryParameters: Specifies the query parameters. This element MUST be a DecompQueryParameters value (section 2.2.4.9). This element MUST NOT be null.

viewState: This element can be empty. If empty, this value is ignored. If non-empty, this value specifies additional information for the query.