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?
Currently I’m accessing SharePoint server users’ My Site section using a C# Console application
Share
The solution is using the SharePoint Web Services:
http://msdn.microsoft.com/en-us/library/ms479390(v=office.12).aspx