Reputation: 605
Currently I'm accessing SharePoint server users' My Site section using a C# Console 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?
Upvotes: 3
Views: 156
Reputation: 605
The solution is using the SharePoint Web Services:
http://msdn.microsoft.com/en-us/library/ms479390(v=office.12).aspx
Upvotes: 1
Reputation: 71120
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.
Upvotes: 2