3.1.4.18.2.2 GetSessionInformationResponse

If the operation succeeds it MUST return a GetSessionInformationResponse as follows.

 <s:element name="GetSessionInformationResponse">
   <s:complexType>
     <s:sequence>
       <s:element name="GetSessionInformationResult" type="tns:CommandResult" minOccurs="0"/>
       <s:element name="serverVersion" type="s:string" minOccurs="0"/>
       <s:element name="uiCultureName" type="s:string" minOccurs="0"/>
       <s:element name="dataCultureName" type="s:string" minOccurs="0"/>
     </s:sequence>
   </s:complexType>
 </s:element>

GetSessionInformationResult: A CommandResult as specified in section 2.2.4.12. MUST be present.

serverVersion: The version of the protocol server. MUST be present. MAY<29> contain any string value.

uiCultureName: The UI culture. MUST be present. MUST be a language tag as specified in [RFC1766], section 2.

dataCultureName: The data culture. MUST be present. MUST be a language tag, as specified in [RFC1766], section 2.