3.1.4.27 SetParameters

This operation is used to set values of workbook parameters in a workbook.

 <wsdl:operation name="SetParameters">
     <wsdl:input message="SetParametersSoapIn" />
     <wsdl:output message="SetParametersSoapOut" />
 </wsdl:operation>

The protocol client sends a SetParametersSoapIn request message, and the protocol server responds with a SetParametersSoapOut response message.

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

ParameterDoesNotExist

The workbook parameter does not exist in the workbook.

SetParameterFailure

The value cannot be set to a workbook parameter in the workbook.

FormulaEditingNotEnabled

The value cannot be set to a workbook parameter in the workbook because the worksheet cell contains a formula.