3.1.4.11.2.1 OpenSession

The OpenSession element specifies the input data for the OpenSession WSDL operation.

 <xs:element name="OpenSession" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="1" name="parameter" type="tns2:CommandParameter"/>
       <xs:element minOccurs="0" maxOccurs="1" name="cultureParameter" type="tns2:CultureCommandParameter"/>
       <xs:element xmlns:q2="http://microsoft.com/wsdl/types/" minOccurs="1" maxOccurs="1" name="userCookieId" type="q2:guid"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

parameter: A CommandParameter, as specified by section 2.2.4.3. MUST be present.

cultureParameter: A CultureCommandParameter (section 3.1.4.11.3.1) that specifies UI culture, data culture, and host data language related information of the newly created session. MUST be present.

userCookieId: A guid (section 2.2.5.8) that specifies an identifier for the operation. SHOULD be ignored by the protocol server.