3.1.4.1.2.1 CloseSession

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

 <xs:element name="CloseSession" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element xmlns:q2="http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/" minOccurs="0" maxOccurs="1" name="parameter" type="q2:CommandParameter"/>
       <xs:element xmlns:q3="http://microsoft.com/wsdl/types/" minOccurs="1" maxOccurs="1" name="correlationId" type="q3:guid"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

parameter: A CommandParameter, as specified in section 2.2.4.4. MUST be present.

correlationId: An identifier for the operation.