3.1.4.12 GetImage

This operation is used to return a chart image.

 <wsdl:operation name="GetImage">
     <wsdl:input message="GetImageSoapIn" />
     <wsdl:output message="GetImageSoapOut" />
 </wsdl:operation>

The protocol client sends a GetImageSoapIn request message, and the protocol server responds with a GetImageSoapOut response message, as follows:

  • The protocol server MUST return a chart image as specified in the imageId field. The image MUST be in the format specified in [RFC2083].

In the event of an application error on the protocol server during this operation, the protocol server MUST return an ExcelServerMessage as specified in section 2.2.9.2. The id element of the ExcelServerMessage MUST be one of the values specified in section 2.2.9.4, and SHOULD<20> be one of the following values.

Id

Description

InvalidOrTimedOutSession

See section 2.2.9.5.

RetryError

See section 2.2.9.5.

OperationCanceled

See section 2.2.9.5.

InternalError

See section 2.2.9.5.

MaxRequestDurationExceeded

See section 2.2.9.5.