Is it possible to access SharePoint Server data from Azure service using C#?
Currently I'm accessing SharePoint server users' My Site section using a C# Con开发者_StackOverflow社区sole application which I'm executing directly from the server itself with Administrator permissions. I wonder if there is a way to access this data from remote Azure Service? If there is - HOW?
You might want to look at the SharePoint and Windows Azure Development Training Kit, which was just refreshed about a day ago. One lab in particular focuses on 3 methods for integration.
The solution is using the SharePoint Web Services:
http://msdn.microsoft.com/en-us/library/ms479390(v=office.12).aspx
精彩评论