List 4 List 3を送信したときのサーバー側の応答


  1: HTTP/1.1 207 Multi-Status
  2: Server: Microsoft-IIS/5.0
  3: Date: Sat, 26 Aug 2000 06:15:07 GMT
  4: Content-Type: text/xml
  5: Accept-Ranges: rows
  6: Transfer-Encoding: chunked
  7: 
  8: 1b0
  9: < xml version="1.0" >
 10: <a:multistatus xmlns:b="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/" 
 11:                xmlns:c="xml:" xmlns:d="urn:schemas-microsoft-com:office:office" 
 12:                xmlns:a="DAV:">
 13:   <a:response>
 14:     <a:href>http://www.foobar.co.jp/public/myData/test.html</a:href>
 15:     <a:propstat>
 16:       <a:status>HTTP/1.1 200 OK</a:status>
 17:       <a:prop>
 18:         <a:creationdate b:dt="dateTime.tz">2000-08-24T09:19:23.104Z</a:creationdate>
 19:       </a:prop>
 20:     </a:propstat>
 21:   </a:response>
 22: </a:multistatus>
 23: 0