A "web service" is a software system designed to support interoperable machine-to-machine interaction over the World Wide Web.
11
votes
2answers
268 views
REST and CSOM much slower than List Web Service
lists.asmx = Web Service
listdata.svc = REST API
client.svc = CSOM
Using JavaScript to query a list using the 3 available APIs, I'm finding lists.asmx responds much faster than listdata.svc or ...
10
votes
2answers
3k views
Best practice for developing a WebService in SharePoint?
I've followed the following steps to build a WebService in SharePoint:
Created a new project using WSPBuilder.
Added a 'WebService' (Add a new web service to the layouts folder)
Do a WSBBuilder ...
9
votes
5answers
2k views
WebServices or Client object model?
I am writing a Silverlight control which will display the data from SharePoint list for use in SharePoint 2010 site.
I am considering wheather to use Client Object Model or SharePoint web services ...
9
votes
3answers
2k views
How to do sharepoint people search via webservice?
I need to access search for people in SharePoint 2010 from a webservice.
I have tried this querypacket:
sb.Append("<QueryPacket xmlns='urn:Microsoft.Search.Query'>");
...
9
votes
2answers
3k views
How do I connect with SharePoint Online Web Services in order to access list and taxonomy data?
I am using the SharePoint SOAP web services to try collecting list and taxonomy data from a site on SharePoint Online.
The following code works nicely when connected to a standalone SharePoint farm. ...
8
votes
2answers
1k views
Java to Sharepoint interface, with claims based authentication
I have a sharepoint server with a claims-based authentication (ADFS server).
I have a Java app that needs to push data to a sharepoint list, preferably over the REST API, and with the additional ...
7
votes
1answer
1k views
List View Lookup Threshold Exception not thrown when submitted without Query element
SharePoint 2010 includes a list view lookup threshold as part of its resource throttling. Columns that count as a lookup include Lookup, taxonomy (managed metadata), and User (PersonOrGroup)
The ...
6
votes
2answers
557 views
Can I Use SharePoint's Web Services to Edit a Content Editor Web Part?
Is it possible for me to change both the properties & the HTML of a content editor web part on a publishing page using SharePoint 2010's web services? If so, would you mind pointing me in the ...
6
votes
1answer
4k views
How to use Sharepoint web services? (esp. authentication)
I am trying to access list information on MOSS 2007 using web services.
SppLists.ListsSoapClient proxy = new SurveyMerge.SppLists.ListsSoapClient();
proxy.ClientCredentials.Windows.AllowNtlm = true;
...
6
votes
4answers
8k views
How to submit data from repeatable table in infopath form to a sharepoint list?
I have a infopath form created from a sharepoint list content type. In this form I need to add a repeatable table to send data to another sharepoint list. So when people submit this form the original ...
6
votes
2answers
173 views
Choosing between API and web services
We are designing a system where we will have a service facade, behind this facade will be functionality to update SharePoint. For example to move an item from one list to another.
What we are ...
6
votes
1answer
2k views
How do I avoid redirection for web service authentication in SharePoint 2010 when both claims and classic auth is allowed?
I have a SharePoint 2010 web application that allows both claims authentication and classic authentication. The Default claims provider for the web application has "Enable Windows Authentication" and ...
6
votes
2answers
1k views
Phone-Gap Claims Authentication against SharePoint in Office365 fails, probably because of HTTPOnly flag in cookie
I am coding an application using Phone Gap to connect to a Sharepoint in Office365.
I need to use the REST services in Sharepoint Office 365 to add items to a list, but before that I need to ...
6
votes
3answers
579 views
SharePoint Web service requests take 30-60 secs initially
When trying to access SharePoint WSS 3.0 server using the web services API, the software service we are developing will hang anywhere between 30-60 seconds when making any call (pick anyone of them, ...
5
votes
2answers
4k views
How to fix credential issue?
I tried both default credential and user/pass but keep getting 401 unauthorized error. What's the fix?
Here is the error I am getting ....
New-WebServiceProxy : The request failed with HTTP status ...
5
votes
5answers
2k views
Why don't Lists and Libraries show up in SharePoint designer?
I have a SharePoint 2010 site that works correctly, and a subsite that does not. When I open the subsite in SharePoint designer, the "Lists and Libraries" view says "There are no items to show in ...
5
votes
3answers
14k views
Listing all checked out files
As a site administrator tool I have to list all checked out files in the site collection. Looking at the DB is looks like the tp_CheckoutUserId field in AllUserData might be a key to this query.
Is ...
5
votes
2answers
341 views
How to specify file name using web services?
I have the following code which creates an item in the library I want:
string newPageXml = String.Format(@"<Batch OnError='Continue'>
<Method ID='1' Cmd='New'>
...
5
votes
6answers
2k views
How to consume custom WCF service hosted in Sharepoint 2010 from outside in C#?
I've this WCF web service hosted inside a Sharepoint 2010 web application.
This service is created using the following factory:
...
5
votes
2answers
538 views
Search webservice ignores time part on Write?
On my blog I got a question from Kanja Saha about the time part being ignored in a sql syntax query: http://www.itidea.nl/index.php/example-of-using-the-spservices-search-web-service/
I tested this on ...
5
votes
1answer
71 views
How can i enable Group calender?
I found that the "EnablePeopleSelector" property changes the calender into a group calender.
I am unable to set the value for tat property using csom or webservices..
My webservices snippet is as ...
5
votes
3answers
807 views
SharePoint Web Serivces Access Denied; Only From VS 2010
After not getting much help on the last question, I decided to blow away the VM and re-create it as I already lost a week on this issue. And of course still issues, btu a little different.
I am ...
4
votes
3answers
358 views
SharePoint 2010 Query service authentication problem
I am struggling with calling search.asmx service from asp.net page. I've created proxy class using svcutil.exe and run request using following code:
var binding = new BasicHttpBinding();
...
4
votes
1answer
1k views
How to get ALL list items regardless of view using Lists webservice
I have a list with only one view exposed on it (default view). That list has a filter with a field Assigned To = [Me] so all users logged in can only see their own list items. This list items get ...
4
votes
2answers
158 views
Using the Web Services to determine if a user has a document checked out
(Note I need a solution for this that works on 2007 and 2010)
We have a desktop application that we are adding Sharepoint Check in and out functionality to using the Web Services.
One issue we are ...
4
votes
2answers
1k views
How can I have a web part that calls a web services that is on a different domain?
I want to create a web part that calls a .asmx from another domain. I know I can't do this client side only due to cross site scripting restrictions that browsers enforce, so it must be server side. ...
4
votes
1answer
57 views
SharePoint Custom WebService and Authentication
I have developed a SharePoint 2010 Custom Werbservice and its deployed inside
_layouts/CustomWS/MyWebService.asmx
so if I try to access through browser like ...
4
votes
1answer
251 views
How to identify the question fields when fetching survey information from the Lists web service?
I am wanting to access survey information via the Lists web service and display the questions contained in the survey.
The result contains a large number of Field nodes some of which are the ...
4
votes
4answers
1k views
Call SharePoint WCF web service protected by claims based authentication
I'm using SharePoint 2010 as a document store for a front-end .NET application. The SharePoint farm is using Claims Based Authentication. I want to call a WCF web service on the farm with a ...
3
votes
2answers
865 views
Sandbox Webpart Web Requests: System.Security.SecurityException
I need a custom web part that aggregates list data across web applications. I would like to keep it sandboxed if at all possible.
I first tried to use the out of the box SharePoint web services ...
3
votes
4answers
287 views
SharePoint webservice vs. custom webservice
I'm wondering what experienced SharePoint developer would advise me to use if I want to access SharePoint data remote, the SharePoint built in webservices or a custom webservice.
What are the pros ...
3
votes
3answers
239 views
Custom SharePoint 2010 WebService inside /_vti_bin and web.config
I just developed a custom WebService mainly for the purpose of integration with 3rd party application based on Oracle Database. My project looks like this.
This service has some procedures which ...
3
votes
1answer
104 views
How do I detect whether a URL resides in SharePoint?
I am looking to replicate the same SharePoint integration behaviour as seen in MS Office e.g. in Word, if you open a file stored in SharePoint it will automatically detect whether the file is ...
3
votes
1answer
686 views
Is it possible to create a Document Set via Web Services
Is it possible to create a SharePoint document set via Web Services only. I have been looking into List.UpdateListItem method and Copy but could not find a way to do it. Is this even possible with Web ...
3
votes
1answer
2k views
Anonymous access = huge web services security hole?
My company uses SharePoint for their public website by allowing anonymous access. Some of our lists and document libraries have permissions to only allow certain users to be able to access them. I'm ...
3
votes
4answers
2k views
How to post and get responds from a survey via Sharepoint web services?
Does anyone knows how to accomplish the task stated in the title? I know we can create fancy surveys with Sharepoint, but my goal is somewhat different: I want to display one question on my main page ...
3
votes
2answers
934 views
Can I access the service definition for the web service for a specific SharePoint list?
I have a problem accessing the web service ?wsdl for SharePoint lists, although I can see the list of operations.
For example, for the following URLS:
http://team/sites/test/_vti_bin/Lists.asmx - ...
3
votes
2answers
2k views
How to upload/download document to Document Library via WEBSERVICES? Also set metadata
I want to retrieve a template document from a Document Libraries, in order to allow a user to edit it, and then upload it back again to the Document Library. I'll probably need to set some metadata ...
3
votes
2answers
563 views
TFS-SharePoint integration
I am currently investigating how to push data from Team Foundation Server to SharePoint.
Are there any connections available out of the box? Any useful online references? Third party tools?
3
votes
2answers
942 views
Web Service UpdateListItems User Permissions
I'm trying to do an AJAX SOAP call to the Lists web service, specifically UpdateListItems. The query isn't malformed, and is working appropriately when using a user with full permissions. When a ...
3
votes
2answers
438 views
Restricting access to certain out of the box SharePoint web services
As the title explains, I want to restrict access for certain web services in the SharePoint environment. Is this possible and how do you pull it off? Not finding much to support that it is. I do ...
3
votes
1answer
1k views
How to call GetChanges() method from SiteData.asmx web service (SharePoint 2010)?
I'm trying to run GetChanges method (sitedata.asmx) from a Java application. However I can't figure out the correct parameters I must pass. This is for SharePoint 2010.
By checking on the service ...
3
votes
2answers
3k views
Filtering items in a view using a CAML query
I'm having trouble querying SharePoint in such a way, as to combine a view results with my own CAML query inside a WCF service. It seems GetItems ignores my query, and just returns all the items in ...
3
votes
1answer
385 views
Get content of Multi-Line text field in Sharepoint 2010 Data Services
I am using listdata.svc service to retrieve data from Sharepoint 2010
I have a List and it has a Multi-Line text field which has append option on.
when you append text to multi-line text field, it ...
3
votes
3answers
909 views
using jquery and search.asmx service search People in sharepoint 2010
Hi i use below code for Getting people Search. Using below code I am able to search but getting only user name and User my site url.
I want all user profile Property.How I get all user Property using ...
3
votes
1answer
2k views
How to get list item from a different site collection using javascript?
I have two site collection like site1 and site2. I am working in site1 application and I want to get a list item from site2.
This is the code I am using:
var ctx;
var listItem;
var title;
var ...
3
votes
1answer
181 views
MOSS 2007 BDC crawling documents content via Web Service
Imagine there is an external system that contains data that should be indexed by MOSS 2007 and incorporated into the search. That system exposes the data via Web Services.
It's possible to crawl that ...
3
votes
2answers
1k views
SharePoint search web service error (NTLM) when called from HttpHandler
Here is my scenario: I have a SharePoint site I am working on, and it is on one server farm. In this site, I have created an HttpHandler that uses a SharePoint search webservice that is located on a ...
3
votes
1answer
92 views
Updating a Property w/ 2013 REST Api
I have a sharepoint hosted app that is succesfully able to add Read and Create files on the Host site (using the REST Api and SP.RequestExecutor). Now I am trying to figure out how to update ...
3
votes
1answer
177 views
How can I pass authentication for asmx service in SharePoint 2013 (Online)?
I found that CSOM API don't allow modifying user profiles properties in SharePoint 2013, but this function is still in asmx user profile service.
I know that SharePoint online users oAuth for ...