4.3.2 Response

msdn link

 <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
     <ResponseVersion Version="2" MinorVersion="0" xmlns="http://schemas.microsoft.com/sharepoint/soap/"/>
     <ResponseCollection WebUrl="http://Example" WebUrlIsEncoded="false" xmlns="http://schemas.microsoft.com/sharepoint/soap/">
       <Response Url="http://Example/Shared%20Documents/test2.xlsx" UrlIsEncoded="true" RequestToken="1" HealthScore="0">
         <SubResponse SubRequestToken="1" ErrorCode="Success" HResult="0">
           <SubResponseData/>
         </SubResponse>
         <SubResponse SubRequestToken="2" ErrorCode="Success" HResult="0">
           <SubResponseData Etag="&quot;{901072DF-38C4-4211-BA16-0A882E036AB1},1&quot;" CoalesceHResult="0" ContainsHotboxData="False" CreateTime="129092732530000000" LastModifiedTime="129092732530000000" ModifiedBy="Jayne Darcy">
             <xop:Include href="cid:http%3A%2F%2Ftempuri.org%2F1%2F634003677517509709" xmlns:xop="http://www.w3.org/2004/08/xop/include"/>
           </SubResponseData>
         </SubResponse>
       </Response>
     </ResponseCollection>
   </s:Body>
 </s:Envelope>

The first SubResponse element in this example is the response from the protocol server to the exclusive lock subrequest of type "Get lock". The ErrorCode attribute of "Success" indicates that the coauthoring subrequest was successfully processed, as specified in section 2.2.5.6.

The second SubResponse element is the response from the protocol server for the cell subrequest. The ErrorCode of "Success" indicates that the cell subrequest for the downloading of file contents or file metadata contents and file properties was successfully processed. The Include element within the SubResponseData element of the response to the cell subrequest is used for encapsulating and sending large amounts of binary data. Details about the Include element are specified in section 2.2.3.1.