3.1.4.18 GetSessionInformation

This operation is used to return information about a session (2).

 <wsdl:operation name="GetSessionInformation">
     <wsdl:input message="GetSessionInformationSoapIn" />
     <wsdl:output message="GetSessionInformationSoapOut" />
 </wsdl:operation>

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

  • The protocol server MUST return the UI culture and the data culture for the specified session (2). These are the languages specified in the OpenWorkbook operation (section 3.1.4.20) or the languages that the protocol server falls back to as specified in OpenWorkbook.

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<28> be one of the values described in the following table.

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.

MultipleRequestsOnSession

See section 2.2.9.5.

MaxRequestDurationExceeded

See section 2.2.9.5.