Hot answers tagged apple-ios
3
There is no web service to interact with workflows. (You could write a custom one I guess).
Edit
There is a Workflow Web Service: workflow.asmx, it is just undocumented for SP 2010.
What kind of operations are you trying to perform? That is a pretty broad area, and depending on the desired action, there may be different "better" approaches to take.
If ...
3
If you're building the software on a non-Microsoft platform, you may be able to use the dll for the Client Object Model via Mono (or an equivalent?), but I wouldn't necessarily trust it to be stable. I know Mono works best with dlls compiled through Mono.
SharePoint offers a variety of web services to interface with, where you can perform a number of common ...
1
These two may be helpful to you -
How to Sync your iPhone/iPad with a SharePoint Calendar (programmatic via REST API)
SharePlus for iOS (commercial app from Infragistics - includes a free lite version)
You may want to also explore the iTunes App store for more commercial apps (some are free).
1
Read this: http://sharepointsemantics.com/2011/07/the-client-side-object-model-help-with-headless-authentication-in-sharepoint-online/ Make sure you read the linked articles written by Chris Johnson, following the information there should solve your authentication woes.
Sidenote, you pretty much HAVE to use forms authentication on the SharePoint end.
1
Is this calls to the web services with jQuery from within an authenticated SharePoint session in Safari? This should work fine, as the creds will be used from the current session, I can only see issues occurring really if the web service is trying to access a List that's in a site that the user doesn't have access to.
If it's a native application that's ...
Only top voted, non community-wiki answers of a minimum length are eligible