1998-07-24 19:24:09 +00:00
|
|
|
<?xml version="1.0"?>
|
1998-08-13 03:39:55 +00:00
|
|
|
<d:multistatus xmlns:d="http://www.ietf.org/standards/dav/">
|
1998-07-24 19:24:09 +00:00
|
|
|
<d:response>
|
|
|
|
<d:href>http://www.foo.bar/othercontainer/resource1</d:href>
|
|
|
|
<d:href>http://www.foo.bar/othercontainer/resource2</d:href>
|
|
|
|
<d:href>http://www.foo.bar/othercontainer/</d:href>
|
|
|
|
<d:href>http://www.foo.bar/othercontainer/R2/D2</d:href>
|
|
|
|
<d:status>HTTP/1.1 201 Created</d:status>
|
|
|
|
</d:response>
|
|
|
|
<d:response>
|
|
|
|
<d:href>http://www.foo.bar/othercontainer/R2/</d:href>
|
|
|
|
<d:status>HTTP/1.1 412 Precondition Failed</d:status>
|
|
|
|
</d:response>
|
|
|
|
</d:multistatus>
|