Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/96.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
SharePoint 2010/2013用于本机iOS移动开发的restful Web服务_Ios_Sharepoint_Sharepoint 2010 - Fatal编程技术网

SharePoint 2010/2013用于本机iOS移动开发的restful Web服务

SharePoint 2010/2013用于本机iOS移动开发的restful Web服务,ios,sharepoint,sharepoint-2010,Ios,Sharepoint,Sharepoint 2010,我计划开发一个SharePoint 2010本机iOS解决方案,其中包含一些基本功能,如登录和获取内容。是否有SharePoint公开的RESTFul web服务可供使用,其中列出了我们可以使用的RESTFul web服务? 如果RESTfulWeb服务可用,那么启动时是否需要遵循任何初始步骤 谢谢 Sudheer下面的链接提供了为SharePoint 2010提供的web服务列表,但如果我没有记错的话,它们似乎对本机移动开发没有用处。我想使用NSMutableRequest和NSURLConn

我计划开发一个SharePoint 2010本机iOS解决方案,其中包含一些基本功能,如登录和获取内容。是否有SharePoint公开的RESTFul web服务可供使用,其中列出了我们可以使用的RESTFul web服务? 如果RESTfulWeb服务可用,那么启动时是否需要遵循任何初始步骤

谢谢
Sudheer

下面的链接提供了为SharePoint 2010提供的web服务列表,但如果我没有记错的话,它们似乎对本机移动开发没有用处。我想使用NSMutableRequest和NSURLConnection创建一个请求。亲爱的各位,我在这方面取得了一些进展。作为SharePoint的新手,我们花了一些时间来查看web服务的列表。要查看sharepoint服务器提供的web服务列表,只需使用以下URL即可。此列表列出了可用的web服务。但是,由于没有可用于身份验证的web服务,是否有人能提供一些关于身份验证是如何发生的想法。