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
0
votes
2 answers

SAML token based authentication for consuming share point 2013 rest web services from JAVA/J2ee application

I have a java/j2ee web application consuming SP web services but recently the SP site got migrated to 2013 and deployed in cloud/office 0365 due to which authentication got broken. SP people suggested to change authentication mechanism to SAML token…
0
votes
2 answers

columns dereferencing in SharePoint's calculated column

I want to use the simple formula: ="FIX_" & [ID] The issue with this formula occurs when I confirm the calculated function, the formula appears to revert back to: ="FIX_" & ID The problem is now that these are no longer referencing the [ID] column…
penfold1992
  • 305
  • 2
  • 14
0
votes
1 answer

Get if "Allow management of content types" is checked using SharePoint WebServices

I need the information about SharePoint document library whether the "Allow management of content types" is checked or not. I have to use SharePoint web services. I have looked up in GetListAndView method in Lists.asmx, but found no property in…
Bat
  • 121
  • 8
0
votes
1 answer

Updating view properties SharePoint 2010

I am trying to create a view programatically using another view as a template. I have gotten everything working (creating the view and then using updateView). The only snag is I am trying to set TabularView=FALSE but the change is not taking. …
0
votes
1 answer

SharePoint search web service with an ampersand

I am working on a JavaScript tool for my users to retrieve search results using predefined values. One of the predefined values has a phrase that contains an ampersand. I cannot figure out how to format the string so that the Query web service…
Robbert
  • 6,481
  • 5
  • 35
  • 61
1
2