Trying to remove a property from a resource, I issue this query to Slide:

<?xml version="1.0" encoding="utf-8" ?>
<D:propertyupdate xmlns:D="DAV:">
        <D:remove>
                <D:prop>
                        <aProperty xmlns="special"/>
                </D:prop>
        </D:remove>
</D:propertyupdate>

Slide returns a 207, but the property is still there.  I stepped into the
server side code and it looks like its doing what its supposed to do.  What
am I doing wrong?  How do I remove a property?


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to