> Hi,
>  Using slide client library, When we run a PropFindMethod, After we get
the
> response, I know there must have a way to get all the properties for each
> response uris. Does anybody know how to do it?

After executing the request, call getAllResponseURLs(), then call
getResponseProperties(String urlPath) with one of the elements of the
enumeration returned as a parameter.
It will return an enumeration of all the properties returned for that url.

Remy

Reply via email to