3.1.4.8.2.2 CheckOutFileResponse

The CheckOutFileResponse element contains the response that is sent to the protocol client after a successful CheckOutFile call (section 3.1.4.8).

 <s:element name="CheckOutFileResponse">
   <s:complexType>
     <s:sequence>
       <s:element name="CheckOutFileResult" type="s:boolean"/>
     </s:sequence>
   </s:complexType>
 </s:element>
  

CheckOutFileResult: The value of this element specifies whether the call is successful or not. The value is True, if the operation is successful; otherwise, False is returned.