3.1.4.30.2.2 OpenWorkbookResponse

The OpenWorkbookResponse element specifies the result data for the OpenWorkbook WSDL operation.

 <xs:element name="OpenWorkbookResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="1" name="OpenWorkbookResult" type="tns:CommandResult"/>
       <xs:element minOccurs="0" maxOccurs="1" name="workbookId" type="xs:string"/>
       <xs:element minOccurs="1" maxOccurs="1" name="outFlags" type="tns:OpenWorkbookOutFlags"/>
       <xs:element minOccurs="0" maxOccurs="1" name="outParameters" type="tns:OpenWorkbookOutParameters"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

OpenWorkbookResult: A result as specified in section 2.2.4.21. MUST be present.

workbookId: The session identifier of the newly created or joined session. MUST be present.

outFlags: Output flags, as specified in section 3.1.4.30.4.1. MUST be present.

outParameters: An OpenWorkbookOutParameters as specified in section 2.2.4.52. MUST be present.