A "web service" is a software system designed to support interoperable machine-to-machine interaction over the World Wide Web.

learn more… | top users | synonyms (1)

2
votes
2answers
1k views

Problem with WCF Web Service in SP2010

I've followed this tutorial and also this one (tried every possible combination of those) to deploy a custom WCF service in Sharepoint 2010. But I'm not having any luck. Once the service is deployed, ...
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?
2
votes
1answer
122 views

Custom Interface vs SharePoint Interface

I am not a SharePoint Developer, but I have been assigned some tasks. Therefore, I have had to put my hands on it unfortunately(?). :) We are currently evaluating SharePoint to retire 5-6 tools which ...
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 ...
1
vote
1answer
196 views

Configuring WCF services in custom feature

I have created a SharePoint feature that has an application page which uses a wcf service to get some data. I have added a service reference to the WCF service using vs2010 service reference options. ...
2
votes
2answers
264 views

SoapDataSource SelectURL needs full server name

I'm using a DataFormWebPart with an embedded SoapDataSource. The problem is that SoapDataSource needs to have the full url of the site (http://server/_vti_bin/Myservice.asmx) to work. This makes ...
0
votes
2answers
1k views

How to login into SharePoint without forms authentication

I have SharePoint Server 2010 with windows authentication(ntlm). We are working in java and want to authenticate a user, which is in active directory. We tried using authentication.asmx but it ...
1
vote
1answer
370 views

SharePoint caching and how to ignore it

I am new to SharePoint so I may be asking a very simple question. We have a webservice in java which accepts a username and password and using these crendentials it hits SharePoint (using ntlm ...
2
votes
1answer
374 views

Change List Item Permission via Web Services?

Using web services, is there a way to assign a list item different security than the rest of the list? Lets say I have 3 rows in the list and 2 different groups. 1. A ; Group A & B can see ...
2
votes
1answer
375 views

How could I know the exact reason behind Check In/Check Out failure?

I am an iOS developer and implementing SharePoint integration in iPhone through one of my application. From the API information I got that there are 3 APIs related to Check In/Check Out/Undo Check Out ...
0
votes
1answer
150 views

How could I know the exact reason behind Check In/Check Out failure?

I am an iOS developer and implementing SharePoint integration in iPhone through one of my application. From the API information I got that there are 3 APIs related to Check In/Check Out/Undo Check Out ...
1
vote
2answers
94 views

Updating the Default View via Webservices

I am trying to find a good sample code on updating the fields that are displayed within the default view. The current code creates a list on the fly and then adds the needed columns. Once 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 ...
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 ...
1
vote
1answer
1k views

Programmatically update Recurrence parameters for calendar entry

I'm building a Sharepoint service, which allows users to book company's resources, such as conference rooms, etc. The back-end is implemented with standard Calendar list, the front-end uses JavaScript ...
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, ...
1
vote
1answer
73 views

Creating Sites in MOSS 2007 Using Web Services

Can you create a SharePoint site (assuming the Site Collection was already there) with the SharePoint Web Services? I've been thumbing through the API reference on MSDN but didn't seem to get ...
2
votes
2answers
594 views

Does Sharepoint offer live editing?

I'm hoping someone can alleviate my confusion. I'm trying to find out if any Sharepoint versions offer something like Google Docs' live-editing capability. What I mean is: Two people can edit a ...
2
votes
1answer
532 views

Can I use asp.net web service in Sharepoint project?

I had create .asmx webservice in asp.net projects. my doubts that is this able to use this webservice in sharepoint project? suppose this is my code source: function (request, response) { ...
1
vote
1answer
594 views

Uploading multiple files to custom lists through Web Service

What is the best way to upload multiple files through web service without causing the timeout? I am using the following code: ListProxy.Lists newListProxy = new ListProxy.Lists(); ...
1
vote
2answers
261 views

Is there a difference between SharePoint 2003 standard web services and SharePoint 2007-2010 ones?

I implemented a tool for getting documents (Word files, PDFs, etc..) from a Document library in SharePoint 2007-2010 using SiteData.asmx and other standard web services basically. Now I´m facing the ...
1
vote
1answer
379 views

How to upload a file and create a link in another library using SPServices?

How do I upload a document (PDF) to a library and create a link to it in another library? I need to do this using SPServices specifically..
2
votes
1answer
4k views

Creating Custom Web Service on Sharepoint 2010

I'm new to web services and i've been trying to create a custom one using this tutorial: http://msdn.microsoft.com/en-us/library/ms464040.aspx I've named my service as Files and created a new method ...
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 ...
0
votes
0answers
197 views

404 Not Found error with Nintex web service [closed]

I can't access Nintex web service. I get 404 with the url: http://sharepoint/_vti_bin/NintexWorkflow/Worfklow.asmx I can't see anything in the logs about the error. Any ideas?
1
vote
1answer
688 views

List getListItems WebService SOAP to return folder contents not working

Its not working for me, I tried everything and Iam really confused: This is my soap request : <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope ...
0
votes
2answers
215 views

Passing correct url but method still returns false… Any idea?

I verified url (http://portal.inhouse.dev/sites/promo/libray1/test.txt) but following method always returns false. It should return true per MS. Please suggest. I even tried it with ...
1
vote
1answer
786 views

Error code 0x81020073 when calling UpdateListItems of Lists.asmx web service

I am executing code in a program I have been working on that uploads files to sharepoint. I am uploading the file with HTTP PUT, then using the path to update the attributes. For a day or two I've ...
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 ...
1
vote
2answers
425 views

Getting the ID of a newly uploaded document

How to obtain the ID of a newly uploaded document using web services (c#, .net)? Is the following the best way to obtain Doc ID? private string sGetID(string sURL, string sListGUID, string sFileName) ...
1
vote
1answer
70 views

Add or Update to sharepoint with .net code

Is there any ready-made code (c#, .net) to add/update documents in SP Library? I am sure using web services. Can anyone please suggest? Also, is there a way to get the Doc ID back after an item has ...
0
votes
2answers
1k views

Connecting to InfoPath with UserGroup web service - “Unable to create a schema”

Using: InfoPath 2003, SharePoint 2007 WSS I've tried Googling the problem and got nothing helpful, and this is my first time trying to use a web service to connect InfoPath and SharePoint, so bear ...
1
vote
1answer
1k views

Setting User column value via Client Object Model

I'm trying and failing to set the value of a User column via the SharePoint client model: int userID; string displayName; /* Look up userID and displayName from Web Service here */ ...
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 ...
0
votes
3answers
710 views

404 Not Found with custom web service

I created an ASP.Net Web service in SharePoint 2010 by completing the tutorial in the following address: http://msdn.microsoft.com/en-us/library/ms464040.aspx When I navigate to the service address ...
1
vote
1answer
129 views

Creating an asp.net page that calls on a SharePoint 2010 Service Application

I am trying to create a simple web page with three text boxes. I then pass the three values to a client for a SharePoint service application. However, when it calls on the SharePoint service ...
1
vote
1answer
141 views

Is it possible to find out what template was used to create a site using the SOAP service?

I am connecting to a SharePoint 2010 server(which I don't control) using the SOAP service (.asmx) I need a list of sites which were created using a certain template. Is it possible to create a CAML ...
2
votes
1answer
240 views

Content DB log files growing out of control when using Lists.asmx to update three fields on a library

I've created a console application to migrate files from legacy SharePoint servers to a new server utilizing SharePoint Foundation 2010. I'm using Lists.asmx to get list information and update three ...
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 ...
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. ...
1
vote
1answer
998 views

How do I set document metadata after upload via web services?

I am reading through this post Upload a file to SharePoint through the built-in web services where upload is done in WSS. I am using SP 2010. Is there a piece of code already posted here that will add ...
1
vote
1answer
773 views

WebHost failed to process a request for Lists web service

I get the following error when I try to access the SharePoint 2010 List web service in a web application. This error happens only when I have Kerberos as the authentication provider. If I change to ...
3
votes
1answer
409 views

SharePoint 2010 asmx Web Service throws 401 after 10 hours

We've recently upgraded our existing SharePoint 2007 site to SharePoint 2010. We have a couple of internal and external sites that make use of the asmx web services provided by SharePoint. We ...
1
vote
1answer
1k views

Get meta data from a previous version of a document through webservice in MOSS 2007

Is it possible to get metadata information from a previous version of a document in a document library using a SharePoint webservice? I know I can use the _vti_bin/Versions.asmx webservice to get ...
2
votes
1answer
736 views

Anonymous access to WSDL of custom web service

I developed and deployed a custom web service to "layouts" folder. I can call it without problems from a .net application with NTLM validation. But I need call it from a java application with ...
0
votes
1answer
178 views

How does Microsoft pull off metadata exchange with ListData.svc

I thought RESTful services could not expose metadata (at least not in a way I could create a service reference against and generate a proxy). Either I am incorrect in thinking this, or Microsoft ...
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 ...
0
votes
2answers
250 views

How can I get permissions of a document in sharepoint 2007 using web service?

I want to get permissions of a document in sharepoint 2007 using web service and export them to an excel file. The result should be something like the following content: document -> click "edit ...
0
votes
2answers
88 views

AddUserCollectionToGroup Web Service

I'm using MOSS 2007. Does anyone know if there is a limit to the number of user names that can be passed to the AddUserCollectionToGroup web service? I have around 300 and was wondering if I should ...
1
vote
1answer
669 views

401 Unauthorized when calling webservice provided by DUET Enterprise on Sharepoint 2010 [closed]

I'm trying to get the delivered content of DUET Enterprise working. (DUET Enterprise in the Sharepoint-SAP integration product developed jointly by Microsoft and SAP) Web services on both the SAP ...

1 8 9 10 11 12