A: 

The protocol is defined in RFC 2616 (HTTP/1.1) and RFC 4918 (WebDAV):

  1. PUT
  2. GET
  3. PROPFIND/PROPPATCH
  4. PROPFIND (Depth:1)
Julian Reschke
Some Code, specially for the iPhone would be really helpful. Things like what should the header look like to retrieve properties. Do you use a NSURLRequest or do you use a HTTPStream or an XML Stream and so on.
Jayant