...where DAV:href in fact isn't a WebDAV property at all (so a compliant server will return it under propstat/404).

Best regards, Julian

Mark Fox wrote:
"allprop" is going to give you them all. As Julian mentions try prop specifying 
the properties you would like to see. In your example you could specify something like 
this in the propfind xml:
<D:propfind xmlns:D="DAV:" xmlns:b="http://schemas.microsoft.com/mapi/proptag/";>
   <D:prop>
        <D:href/>
        <D:displayname/>
   <D:prop/>
</D:propfind>"

-----Original Message-----
From: Julian Reschke [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 31, 2006 12:02 AM
To: Slide Users Mailing List
Subject: Re: [Profind] Troubles selecting only the right properties.


Clemens Eisserer wrote:
Hi there,

Although I am not using slide directly I hope you can help me since it
seems WebDAV knowledge is not very widespread and I was not able to
find any answer for my question.

I ask ms-exchange with the following request:
String strAppRequest =  "<?xml version=\"1.0\" encoding=\"utf-8\"
?><D:propfind xmlns:D=\"DAV:\"
xmlns:b=\"http://schemas.microsoft.com/mapi/proptag/\";><D:allprop
/></D:propfind>";

but of course I get tons of information I don't need at all, the only
stuff which would be interresting for me would be the <a:href> or the
<a:displayname>-tag of every calendar entry (file).
I tried various combinations but always got "400 - bad formatted request" :(

Any ideas how I could avoid the tons of (for me) unuseful properties
with setting the for me interresting stuff in the request?

Thank you in adance, lg Clemens
...


Did you try propfind/prop, as in
<http://greenbytes.de/tech/webdav/rfc2518.html#rfc.section.8.1.1>?

Best regards, Julian

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



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




--
<green/>bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760

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

Reply via email to