Click here to Skip to main content
15,887,998 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
C#
Dear Friends,

We need to do a SharePoint Integration, How to create a web service in Sharepoint to allow a cloud server to make calls ???

I just need to get files from a Folder and create a folder. Your help is highly appreciate

If you have any good links let me know or example plz let me know.
 Thanks


What I have tried:

I have check this link from the microsoft
the link is below

https://msdn.microsoft.com/en-us/library/office/dn567558.aspx

I need to get files from a folder and create a folder.
Posted
Updated 11-Sep-16 20:41pm

1 solution

IF you're using Sharepoint 2013 as your link implies, there is web API (REST services) you can use to manipulate list and libraries. With suitable permissions of course.

If you're using older versions, you'll have to be more creative. Since you didn't write which version of sharepoint you use, that is the best advice I can give you (and the differences between versions are huge so don't bother researching for the version you're not using)

Here is the link to Sharepoint REST:
REST API reference and samples[^]

I tried it, it is fairly easy to use, but it is hard to configure with Kerberos. Otherwise it works like a charm.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900