PROPPATCH problems with the IIS

Hi all,

I have the following problem with Microsoft-IIS/5.0:

If I send the following PROPPATCH command:

<D:propertyupdate xmlns:D="DAV:"
xmlns:A="http:/www.foo.bar/testschema/">
    <D:set>
        <D:prop>
            <A:testa>
                <A:testb>
                    content
                </A:testb>
            </A:testa>
        </D:prop>
    </D:set>
</D:propertyupdate>

the server response contains a "200 OK" although the next PROPFIND
(allprop)  request on this
resource results in the following server response:

...
<a:multistatus xmlns:a="DAV:">
<a:response xmlns:d=""http:/www.foo.bar/testschema/">
<a:href>...</a:href>
<a:propstat>
<a:status>HTTP/1.1 200 OK</a:status>
<a:prop>
<d:testa/>
<a:getcontentlength>2333</a:getcontentlength>
...

So suddenly the "testa" property is empty. Does the IIS has any known
problems with properties
which are not flat?

Hartmut

Received on Tuesday, 14 March 2000 07:41:00 UTC