3.1.4.59 GetChartElementData

This operation returns information about the chart elements in a PivotChart.

The following is the WSDL port type specification of the GetChartElementData WSDL operation.

 <wsdl:operation name="GetChartElementData" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input wsaw:Action="http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/ExcelServiceSoap/GetChartElementData" message="tns:ExcelServiceSoap_GetChartElementData_InputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
   <wsdl:output wsaw:Action="http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/ExcelServiceSoap/GetChartElementDataResponse" message="tns:ExcelServiceSoap_GetChartElementData_OutputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
   <wsdl:fault wsaw:Action="http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/ExcelServiceSoap/GetChartElementDataExcelServerMessageFault" name="ExcelServerMessageFault" message="tns:ExcelServiceSoap_GetChartElementData_ExcelServerMessageFault_FaultMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
 </wsdl:operation>

The protocol client sends an ExcelServiceSoap_GetChartElementData_InputMessage request message, and the protocol server responds with an ExcelServiceSoap_GetChartElement_OutputMessage response message, as follows:

  • The protocol server returns information about the chart elements in the PivotChart in ChartElementData (section 3.1.4.59.3.1) in chartElementDataResult. The PivotChart is uniquely identified by the combination of the imageId and the versionId sent by the protocol client.

In the event of an application error on the protocol server during this operation, a SOAP fault is returned, as specified in section 2.2.2. The Id element of the ExcelServerMessage SHOULD<76> be one of the values specified in section 2.2.2.1.