views:

123

answers:

1

Hi,

how do I connect to Sharepoint (e.g. fetching lists) through Cocoa? Is there any blog post or document about it?

Regards,

Stefan

+6  A: 

Use the Cocoa Web Service API (pdf) to access the SharePoint Web Services.

I don't think anyone has written an article specifically about accessing teh SharePoint web services from cocoa, but here is one for connecting to .Net web services from cocoa.

Moo