WebDAV Request Q

G

George Durzi

If I use this WebDAV request to extract one property from Contact, it works
ok.

<?xml version="1.0"?>
<a:propfind xmlns:a="DAV:" xmlns:b="urn:schemas:contacts:"
xmlns:c="http://schemas.microsoft.com/mapi/proptag/"
xmlns:d="http://schemas.microsoft.com/mapi/">
<a:prop>
<b:givenName/>
</a:prop>
</a:propfind>


However, I'd like to use <allprop/> instead of actually manually writing
each property into the request. When my request looks like this, I get a 401
(Bad Request) exception.


<?xml version="1.0"?>
<a:propfind xmlns:a="DAV:" xmlns:b="urn:schemas:contacts:"
xmlns:c="http://schemas.microsoft.com/mapi/proptag/"
xmlns:d="http://schemas.microsoft.com/mapi/">
<b:allprop/>
</a:propfind>


What am I doing wrong? Thank you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,262
Messages
2,571,052
Members
48,769
Latest member
Clifft

Latest Threads

Top