3.1.4.25.2.2 GetSessionInformationResponse

The result data for the GetSessionInformation WSDL operation.

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

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

serverVersion: The version of the protocol server. MUST be present. MAY<34> 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.