3.1.4.25 RefreshAll

This operation is used to refresh all connected data on a workbook.

 <wsdl:operation name="RefreshAll">
     <wsdl:input message="RefreshAllSoapIn" />
     <wsdl:output message="RefreshAllSoapOut" />
 </wsdl:operation>

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

  1. If there is nothing to refresh, the protocol server MUST NOT return an error.

  2. If the value of the periodic element in Elements (Section 3.1.4.25.2.1) is set to true and there is no external data that can expire, the protocol server MUST NOT return an error.

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<40> 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.

MultipleRequestsOnSession

See section 2.2.9.5.

MaxRequestDurationExceeded

See section 2.2.9.5.

InternalError

See section 2.2.9.5.

ExternalDataRefreshFailed

Connected data refresh failed.