Questions tagged [web-services]
A "web service" is a software system designed to support interoperable machine-to-machine interaction over the World Wide Web.
972 questions
1vote
1answer
240views
Does SharePoint Web Services support Require SSL?
I've been tasked with making all the sites on our SharePoint Servers require SSL connections. I've successfully bound our SharePoint Web Applications to https and enabled Require SSL for those web ...
0votes
0answers
17views
Send documents on upload to other app
I am wondering if it is possible to to send documents when they are uploaded to sharepoint to another app. I am new to sharepoint and have tried digging around the SPFx library and the CSOM API but ...
0votes
1answer
43views
How to integrate third party documents with the SharePoint search?
I have a document management system where the documents are stored on AWS S3 and document metadata is stored in a NoSQL database. I want to integrate this with the SharePoint search. So that when a ...
0votes
1answer
34views
restful webservice for sharepoint365-online
Sorry to be vague but I want to build a restful webservice for my sharepoint365-online site as I want to be able to do some custom encryption from values sent by an adaptive card. I can't seem to find ...
0votes
1answer
34views
Getting Links from an internal web page
I have an internal company's web page and I need to extract a link from that page what I tried is using (var client = new System.Net.WebClient()) { ...
0votes
0answers
35views
web service stop working
I have created a few custom SharePoint 2013 lists which using Ajax to receive few users information (Auto filed, Users name, email, phone number). I have recently start using https by installing the ...
0votes
1answer
413views
How can I use OData web service to populate SharePoint Lists
How can I utilize a query OData web service to populate it's data in SharePoint External Lists? Previously I was using SOAP web services, where I created a web reference and BDC Model in My SharePoint ...
0votes
1answer
309views
How do I get Workflow Manager to automatically authenticate against my custom web service the same way it does against the built in SP REST API?
Related to this question. Also, full disclosure - I have only developed a very few custom web services, and have very little experience with .NET outside of SharePoint, so I am very unfamiliar with ...
0votes
0answers
127views
I get CORS error in SharePoint. I also changed web-config but nothing happens
I call AJAX request and the browser got CORS error. I tried to add "Access-Control-Allow-Origin" in IIS web.config. But it doesn't work. I have two servers. My AJAX is true only when I have ...
0votes
1answer
648views
Can a user who is not a SharePoint Online administrator create a site collection with a template other than communication site or team site?
I have a user who I do not want to promote to a SharePoint Administrator, but I do want to allow them (because they are a developer) to create site collections with the template DEV#0 without having ...
0votes
1answer
95views
Get List Attachment Stream
I am trying to get stream of an attachment, I am using Copy.asmx I can get a stream of a document stored in a document library but for the attachment I get 0 result. <soap:Envelope xmlns:soap=&...
0votes
2answers
216views
Adding a new server to the farm
I am currently trying to add a new web front end server to my SharePoint Farm. However I am faced with an issue, the update 'SharePoint Server 2013 (KB2899494)' is present in my farm, so in order to ...
0votes
0answers
26views
Manipulating the search schema through HTTP call
Using SharePoint Online, I'm looking for a way to provision through HTTP call (rest or web service) search schema configuration. Especially, I'd like to map some RefinableStringXX to custom column ...
1vote
0answers
72views
Dot net web service hosted in SharePoint server IIS connects to SharePoint online needs Web service restarts everyday
I have developed a web service using C# dot net coding which will connect to SharePoint online - and that web service I have hosted in one of the SharePoint on-premise IIS front end server - but I see ...
1vote
0answers
139views
Copy.asmx CopyIntoItemsLocal: Value does not fall within the expected range
I've a workflow in which I'm copying file from one library to a folder in another one. It is being done with calling a web service like below: <?xml version="1.0" encoding="utf-8"?> <...