A "web service" is a software system designed to support interoperable machine-to-machine interaction over the World Wide Web.
2
votes
2answers
300 views
Unable to STOP microsoft sharepoint foundation web application service
I have a multi server farm and i want to stop "microsoft sharepoint foundation web application service" in all the other servers except Web front end server.
When i tried stopping this service it ...
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 ...
2
votes
1answer
74 views
WebClient and impersonate as other user
I created a web service hosted in SharePoint 2010 and I want to unit test its behaviour/results.
Now when I try to run a test with a different user, I always get the results of the previous user and ...
0
votes
1answer
30 views
Subsites data not retrieved via the SOAP API
I have a vanilla setup of Sharepoint 2007. A few subsites are also created. When the SOAP API is used to access the base Sharepoint site (for eg. http://spserver.com) the list of subsites and other ...
1
vote
1answer
179 views
Create an item (with Choice/User Fields) using Sharepoint Data Services
I am using Sharepoint 2010 Data Services to create items on a table.
My table has a column called Priority which has High, Medium, and Low items in it.
When I try to create an item in this table ...
2
votes
0answers
37 views
How to use the Sharepoint Spell Checker in 2013?
http://msdn.microsoft.com/en-us/library/ms516167.aspx
Hi,
I have gone through the above link and found that the sharepoint spelllchecker is available and can be used. Can someone give me a sample ...
0
votes
1answer
62 views
TimerJob editing workflow and web config - Consuming external webservice
I have a list that is attached to a workflow (State machine, VS2010, SP2010).
There is an OnWorkflowItemChanged activity that will check if a column of the list has been changed. If it changed, it ...
0
votes
1answer
72 views
Access sharepoint web service from separate HTML application
I want to access list items from a SharePoint 2010 site in a HTML application (not connected to the SharePoint site).
My approach is to use SharePoint web services by passing user credentials through ...
1
vote
2answers
149 views
Ajax web service call not working in chrome browser
Can any point me to the error am doing in this block of code. This is working fine in Internet Explorer and Firefox but not in Chrome.
Chrome does not return the result.
function ...
1
vote
2answers
88 views
Advice on starting development for SharePoint in C#
I'm about to start development of client-side application (C# using .NET 4.0) that connects to SharePoint. Mainly to download/upload documents.
I've found out that there are several options:
using ...
0
votes
1answer
19 views
Package not deploying everything in it to server
I have a package solution as,
<Solution xmlns="http://schemas.microsoft.com/sharepoint/" SolutionId="id" SharePointProductVersion="14.0">
<Assemblies>
<Assembly ...
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:
...
0
votes
0answers
26 views
Sharepoint 2010 Unable to Load Namespaces from Microsoft.office.Server.Search Assembly
I am having a PreCompiled Web Service in .Net 3.5 and Sharepoint 2010.
I installed SharePoint 2010 in Windows Server 2008.
I added the Assembly reference in .config file like this
<add ...
0
votes
1answer
76 views
error, while trying to access the webservices from infopath form
I am getting the following error while trying to access a custom webservice from an infopath form to fetch some data. I have already gone through the actions described in the error message, but the ...
1
vote
0answers
43 views
Find all lists that look up a Contacts list
I have a Contacts list in my site collection, and it is used in lookup columns by multiple other lists.
Is there an easy way to get all the lists that have a lookup column pointing to the Contacts ...
0
votes
1answer
70 views
SOAP error when publishing Infopath 2010 form to Sharepoint
I am working in a list which contains around 300 different fields. I have also added another list as second data connection. Everything is perfect at this stage and i am able to publish ...
0
votes
0answers
7 views
RESTFUL service to tag documents in SharePoint 2010
I want to add tags to documents. Please tell me how can i do it.
11
votes
2answers
289 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 ...
3
votes
3answers
3k views
Posting JSON to a REST WCF endpoint in Sharepoint using cksdev
http://ranaictiu-technicalblog.blogspot.com/2011/09/sharepoint-2010-access-wcf-service-with.html?showComment=1323864446083#c4340503928745769810 has an example of using JQuery Ajax to GET or POST to ...
2
votes
2answers
163 views
How to set authentication model to allow cross-domain access?
How do I change the security settings to allow cross-domain on the same web-server?
I have multiple instance or site collections on the same server but want to make sure that web-services to ...
0
votes
1answer
89 views
Configured the custom WCF service on Windows Server 2012
I have windows server 2012 and sharepoint 2013 installed. Now i wanted to configured my wcf service on the server.
After Creating the new app pool & site its shows me the error as below
HTTP ...
0
votes
0answers
64 views
using client Object Model, Can we Get all the quota templates from SP 2010 Site Collection?
using client Object Model, Can we Get all the Site quota templates from Sharepoint 2010 Site Collection ??
3
votes
1answer
141 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 ...
0
votes
2answers
136 views
accessing the SP2013 Site Settings-->Master Page/Navigation settings etc using CSOM (client side object model)
I want to access the SP2013 Site Settings-->Master Page/Navigation settings etc using CSOM (client side object model) using JavaScript or REST service or Webservice which I can call from Javascript.
...
0
votes
0answers
48 views
No outbound connection from the WFE to the web service hosted server from an InfoPath form hosted in SharePoint 2010
Bit of a background:
Dev Enviornment - 1 X WFE/App Server, 1 X DB server
UAT Enviornment - 1 X WFE, 1 X App Server and 1 X DB Server
We have an infopath form published to a form library, using a ...
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;
...
0
votes
2answers
53 views
Add web service to sharepoint as feature item
I have a web service and a custom logging service class.
The logging class has a feature that update or remove itself according to the feature events (Activated=SPService.Update, ...
5
votes
3answers
835 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 ...
0
votes
1answer
91 views
Join multiple lists using XML web service
Implement a new XML web service, in the web service, use the
SharePoint API to merge or join two or more list. Then, in SSRS,
retrieve data from the XML web service using XML data source type.
...
0
votes
1answer
74 views
SoapServerException on Lists.GetListItems()
I'm trying to retrieve list items for my "Country" list through web services.
This is my list: http://i.stack.imgur.com/158MI.png
& this is my code:
using System.Linq;
using System.Text;
using ...
0
votes
1answer
38 views
SiteData.GetContent throws System.Web.Services.Protocols.SoapException
The following code throws a System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Attempted to perform an unauthorized operation.
SiteDataReference.SiteData siteData ...
1
vote
2answers
2k views
HTTP/1.1 200 OK Server: Microsoft-IIS/7.5 , Connection: close
I am getting this error in sharepoint 2010 portal after i restore the site collection for my portal from SharePoint 2010 management shell.
The problem is the restoring process does not complete and i ...
3
votes
1answer
266 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 ...
2
votes
3answers
1k views
Getting “Access denied” error message when trying to access a SharePoint list via Linq from an Web Service
I have following scenario.
A web service hosted on IIS 7 should take messages from a MSMQ, transform them and put them into a custom SharePoint list.
The list, contenttype and columns were defined ...
0
votes
1answer
282 views
How to identify change to the “Modified By”, “Created By” , “CheckOutTo” column title through REST API
I am an iOS developer. In one of my application, I need to make modified by, created by and checkoutto user's information along with the document/list item information from SharePoint server through ...
1
vote
0answers
39 views
access sharepoint list from outside
I have developed a custom SharePoint 2010 webservice using the following link
...
0
votes
1answer
65 views
Date column value changes because of DST
A list includes a column "Date" of type Date and Time, Date and Time Format is Date Only. An item is saved via web-service and is set to value such as 2013-04-01T00:00:00Z.
When this same item is ...
2
votes
1answer
65 views
Access SPList.RootFolder.Properties from Client
Is there a way to access the SPList.RootFolder.Properties key/value pair collection from a client, either via Lists.asmx or the new client object model?
I know I can create my own ISAPI endpoint and ...
1
vote
2answers
36 views
2;# 5;# Web services returns odd characters
When I use SPServices to query a list it brings back some of the columns with
odd prefixes and encoded characters.
How can I get rid of the Oddball characters?
I recognize the @amp; as a HTML ...
1
vote
1answer
33 views
Webservice consuming SP WebService - Authentication
Our SharePoint site is not accessible from outside. So I am working on a WebService (not hosted in SP) that will consume SP WebService (ListData Wcf). It's a kind of wrapper.
Anonymous access are not ...
0
votes
1answer
36 views
Insert Data from Sql/excel to Sharepoint 200 list using Client Side
Is there any way out to insert data in sharepoint 2007 custom list from SQL/Excel using Client Side Coding....
thanks,
Aniketh
1
vote
1answer
30 views
Default Security Groups on Site Creation from Web Service
I am creating SharePoint Team Sites using SharePoint Web Services as I cannot use the object model for this solution (I do not have SharePoint installed on the server where the sites are created ...
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 ...
2
votes
1answer
89 views
Sharepoint 2010 hosted web service works in browser but not event receiver
I have written a RESTful web service that writes calendar events from Sharepoint to personal exchange calendars. The web service is hosted in sharepoint. When I make the call using javascript from the ...
0
votes
1answer
43 views
run code after the sharepoint page is loaded
I have the below code in CEWP and I l like that function runs after when the SharePoint site elements are loaded:
<html>
<head>
<script language="JavaScript" ...
1
vote
1answer
38 views
ASMX service returns only part of the list items, not all of existing items
I can see that there are 50 items on site in list1, but ASMX-service returns me 34 items. When I call GetList("list1") service returns me a description of the list. This description contains an ...
0
votes
1answer
17 views
how shall I update a webpart on page using SharePoint web services
Which method I can use to hide a webpart on a page using SharePoint web services for sharepoint 2007.
Thanks
Sophia London
1
vote
1answer
176 views
Querying an External Content Type without creating an External List
The typical scenario, on which every tutorial and walkthrough seems to advise, is to create an External Content Type with ReadList, ReadItem, Create, Update methods and then create an External List to ...
2
votes
0answers
38 views
List Service resetting meta-data set by Copy Service
I'm seeing some strange behavior when using the SharePoint Lists web service while trying to update a document in a document library. I successfully use the Copy web service to upload the file (from a ...
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 ...







