Questions tagged [sharepoint-webservice]

Work remotely with a deployment of Windows SharePoint Services

Windows SharePoint Services Web services provide methods that you can use to work remotely with a deployment of Windows SharePoint Services.

The Windows SharePoint Services Web services provided by the Microsoft.SharePoint.SoapServer namespace include methods for accessing content on a Web site—such as for working with lists or site data—as well as methods for customizing meetings, imaging, document workspaces, or search.

SOAP interfaces used in these services provide Microsoft .NET Framework developers with object models for creating solutions that work with Windows SharePoint Services remotely from a client or custom application. The interfaces are defined through the server-side object model of the Microsoft.SharePoint assembly, and their design is optimized to reduce the number of roundtrips transacted between client computer and server.

Most Web services provide their functionality through the /_vti_bin virtual directory, which maps to the \Program Files\Common Files\Microsoft Shared\web Server extensions\12\ISAPI physical directory in the file system. The Administration Web service uses the /_vti_adm virtual directory, which maps to \12\ADMISAPI.

20 questions
5
votes
1 answer

SharePoint Recurring Events Are Random?

Note: This question is similar to an existing, unanswered question (CAML OrderBy for SharePoint Recurring Calendar Event). How can I use the Lists.asmx web service to retrieve recurring events that occur today or later? I am providing the…
3
votes
3 answers

sharepoint web service Maximum request length exceeded even if the file is inside the max file size

I have configured the web.config to allow 50 MB but when I try to add an Atachment of 40MB to a sharepoint list it fails. But it works if I increase the maxRequestLength to 52 MB
danae
  • 1,402
  • 1
  • 13
  • 10
3
votes
1 answer

Getting User Info from SharePoint Web Services via REST not working

current situation: I am retrieving Data from a SharePoint List using the SharePoint webservices call "GetListItems". Unfortunately I have multiple columns which are of Type Person. They only display the Person's name but I want to retrieve also the…
3
votes
1 answer

Sharepoint 2013/2016 and Custom Web Api with custom database.

How do I authenticate to a Custom Web Api from a SharePoint 2013/2016 single page app? I've seen a couple examples of using session which i really don't want to use, I'm thinking maybe a custom security token service or would it be better to add the…
1
vote
1 answer

Disable WSDL Generation for SharePoint 2013

we want to disable the WSDL generation of sharepoint webservices. e.g. http://baseaddress/_vti_bin/lists.asmx?wsdl To enable this we have done the following: C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\web.config…
Baahubali
  • 4,604
  • 6
  • 33
  • 72
1
vote
0 answers

SharePoint Web API - URL Doesn't work with hyphen ("-") in url

I have a SharePoint url which works perfectly fine this points to the production environment I am using nodejs with getFileByName method to consume this url…
1
vote
0 answers

Provider hosted app - how to get FedAuth and rtfa cookie of the current logged-in user

I am using Provider-Hosted App for Office 365. I want to get version collection of list item, for that just tried to access using list.asmx service. To call this SP service, have to pass cookie(FedAuth and rtFa). but i have only accesstoken with me,…
1
vote
2 answers

Set Request Header SharePoint web service

I am using the 2010 SharePoint Lists web service to return a Content Type and it's fields through a c# application. The Library is in a web whose language is set to welsh, but with an alternate language of english set. This means if the internet…
1
vote
1 answer

Sharepoint webservice rename a folder

I am trying to use sharepoint webservice to rename a folder. I tried the below code to create a folder which works fine. But I am unable to find the webmethod related to renaming folder. Any help would be highly appreciated. Web Service…
Kurkula
  • 6,386
  • 27
  • 127
  • 202
0
votes
1 answer

Is it possible to update pagelayout after upload a file using sharepoint rest api

Hi I uploaded a file using sharepoint rest api using below url _api/web/getfolderbyserverrelativeurl('/Pages')/files/add(url='Pages/14789564.aspx') If you see here Page Layout created as empty. Is it possible to update or create pagelayout here Can…
Madhu Nali
  • 181
  • 1
  • 4
  • 15
0
votes
1 answer

SharePoint HTTP connector - Unable to change sender name of no-reply emails

I was referring to the following guide on how to send a SharePoint no-reply email with a specific sender name, which was triggered via Power…
nouptime
  • 9,929
  • 5
  • 22
  • 37
0
votes
2 answers

Login to Sharepoint Online failure

We have a code that logins to Sharepoint Online using : https://login.microsoftonline.com/extSTS.srf or https://login.microsoftonline.com/RST2.srf, but recently we starting to get authentication failed saying that "Incorrect Username or Password"…
SlavaG
  • 518
  • 8
  • 28
0
votes
0 answers

Cannot Preprocess Data for Web Service Submit To SharePoint from InfoPath

I recently added SharePoint web service submission functionality to a customized (InfoPath) list form (not an xml forms library form) so users could add items to another SharePoint list from the current form. Works great. Sets up repeating table…
0
votes
0 answers

Error while creating "Promoted Links" list in SharePoint via Web Service

I'm trying to created list "Promoted links", templated id - 170, but getting error that list template is invalid. Is there any way to create this list ? The sharepoint is SharepointOnline and I'm using addList method on List web service…
SlavaG
  • 518
  • 8
  • 28
0
votes
1 answer

SharePoint HTTP Web service

I'm designing a workflow in SharePoint designer that uses a HTTP web service step via GET method. I have used it successfully before but this time I think the issue is with the name of the list but I'm not sure how to fix it. Now the original name…
1
2