3.1.4.1 GetData

The operation returns data of a particular type as specified by the viewName parameter, for a particular entity as specified by the aggregationContext parameter.

 <wsdl:operation name="GetData">
   <wsdl:input wsam:Action="http://tempuri.org/IWebAnalyticsWebServiceApplication/GetData" message="tns:IWebAnalyticsWebServiceApplication_GetData_InputMessage"/>
   <wsdl:output wsam:Action="http://tempuri.org/IWebAnalyticsWebServiceApplication/GetDataResponse" message="tns:IWebAnalyticsWebServiceApplication_GetData_OutputMessage"/>
   <wsdl:fault wsam:Action="http://tempuri.org/IWebAnalyticsWebServiceApplication/GetDataDataRetrieverFailureFault" name="DataRetrieverFailureFault" message="tns:IWebAnalyticsWebServiceApplication_GetData_DataRetrieverFailureFault_FaultMessage"/>
 </wsdl:operation>

The protocol client sends an IWebAnalyticsWebServiceApplication_GetData_InputMessage request message, and the protocol server responds with a DataRetrieverFailureFault if there is a failure IWebAnalyticsWebServiceApplication_GetData_OutputMessage response message as follows: