On 3 Apr '08, at 12:32 PM, JanakiRam wrote:

       I'm porting a windows based application to Mac. My windows
application makes webdav calls to the server to retrieve the information.
Now i need to make similar calls from Cocoa Application.

Is the WebDAV library used by the Windows version platform-specific?

      Are there any WEBDAV Client libraries available for Cocoa.

I'm not aware of any that have Objective-C APIs. However, there are cross-platform open-source C or C++ WebDAV libraries that can be used on Mac OS X, such as neon (which you can install via MacPorts.org.)

Another possibility is to roll your own support using NSURLConnection for HTTP access and NSXML for XML parsing. It depends on how much you need to do; simple GETs and PUTs are easy, and basic PROPFINDs aren't hard using NSXML.

—Jens

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to