3.1.4.11.2.2 OpenSessionResponse

The OpenSessionResponse element specifies the result data for the OpenSession WSDL operation.

 <xs:element name="OpenSessionResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="1" name="OpenSessionResult" type="tns2:CommandResult"/>
       <xs:element minOccurs="0" maxOccurs="1" name="sessionId" type="xs:string"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

OpenSessionResult: A CommandResult, as specified by section 2.2.4.4. MUST be present.

sessionId: A SessionIdentifier (section 3.1.1.2) that specifies the session identifier of the newly created session. MUST be present.