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)

0
votes
2answers
379 views

Creating Groups via Web Service

I am trying to create groups on a SharePoint 2010 site via the UserGroup.asmx web service. I am using jQuery and SPServices to interact with the web service. When I try to create a group (via the ...
0
votes
1answer
74 views

Would you recommend using SharePoint as CMS for a consumer website?

I am considering using SharePoint to house all my content for an eCommerce website. I plan to use .Net components and services to relate the data and perform functions. Is this a good idea? Or ...
1
vote
3answers
768 views

Get data from SharePoint and push it into a java application

what would i need to do to get the data from share point and push it to the application which is written in java? unfortunately i have just little info about the task at this time... also to achieve ...
0
votes
1answer
695 views

UserProfile WebService understanding permission required to create user

I've currently written a proof of concept console application to add a single user to our user profile service, using the SharePoint web services http://sharepoint/_vti_bin/userprofileservice.asmx. ...
0
votes
0answers
68 views

Log out from SharePoint Server with rtFa cookies

I've found out from this article that rtFa cookies intended to make user log out. How to use rtFa cookies to log out: attach rtFa to HTTP-request and send it to a web service? Where should I send the ...
0
votes
1answer
60 views

Is there any property in SharePoint 2007 that stops ASP.NET applications from redirect

I have setup of SharePoint 2007 with ASP.NET and K2 2003 workflow and few custom web services, when my ASP.NET application tries to create a new site using web services I get following error, ...
1
vote
1answer
2k views

how to Update/Add list items via New-WebServiceProxy in powershell?

Over View:   I’m trying to automate updates to a SharePoint list using PowerShell via the Web service object.   The end goal is to remove items all from the list, then import new data via a csv file. ...
1
vote
1answer
324 views

Java software that query SharePoint services with claims?

I have two SharePoint applications in the same farm. The 1st is using classic windows authentication with Ntlm provider. The 2nd is using claims authentication, with only the Windows authentication ...
1
vote
2answers
730 views

Read data from excel sheet using SharePoint2010 Excel Services

I am working with SharePoint 2010. I am created client object model application to access data from Excel Sheet which is uploaded on SharePoint Server. How can i do this ?
0
votes
1answer
238 views

Call to UpdateListItems not updating items?

I have the following code: XmlNode newItemRes = ceoList.GetListItems("Pages", null, getItem, ndViewFields, null, null, null); XDocument d = XDocument.Load(new XmlNodeReader(newItemRes)); XNamespace ...
1
vote
1answer
511 views

Getting a file not found error when I try to check in file using web services?

I am using the following code to create a file and then check it in: //Some other code above. The following line works fine. createdItem = ceoList.UpdateListItems("Pages", newItem); //But this line ...
2
votes
2answers
277 views

Can I use regex in SharePoint GetListItems web service

I need to list all the files located in one document library that match a specific naming convention: The documents to retrieve are all in the form 'Report xxxx-xx-xx'. I have to use the GetListItems ...
0
votes
0answers
217 views

SharePoint/InfoPath: Continuously submit list items until form is closed (assigning a new item ID)

I'm using a SP 2010 list with custom InfoPath forms to track requests. A lot of times a user needs to submit multiple, very similar requests in one sitting, so I am looking at ways to simplify this ...
1
vote
2answers
969 views

CAML query in getLIstItems method returns no rows of items

I am invoking Sharepoint's List Web services and using the getListItems() method. In particular, I am keen on specifying a CAML query because I really want it to just retrieve one item that I am ...
2
votes
3answers
129 views

Specific Content Based on Location Viewed From

I'm currently looking into Sharepoint as a potential replacement for our company's bespoke, aging in-house built Intranet solution as it fills a lot of our requirements that have evolved over the ...
0
votes
2answers
710 views

Lists getListItems method

I am invoking the Lists web service in Sharepoint 2010 and need to retrieve a single list Item only. I have the URL to the actual item and I am framing my query like this: `<S:Envelope ...
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 ...
1
vote
0answers
82 views

Sharepoint getListItems beyond capacity

I am using the Sharepoint Search web service and along with the results that I retrieve, I also want them to return the ObjectId, title, ows_UniqueId, ows_name, ows_filepath etc etc. Currently upon ...
0
votes
1answer
94 views

GetListAndView not working

I have just started sharepoint development using cloudshare. Now i am stuck trying to run the code below: myListService.Url = "http://sp2010/_vti_bin/Lists.asmx"; XmlNode myListView = ...
0
votes
0answers
258 views

SOAP QueryEx requests cause errors 401 and 500

I have two web apps running on my SharePoint 2010 server. one called Intranet.company.com and one called Search.company.com Authenticated users have read permissions on both web apps, and I am logged ...
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 ...
0
votes
0answers
65 views

Custom Search Feature 2010 (ECB)

I want to execute a code when user selects a list item in a custom list and press an menu in Edit Control Block. This menu will be titled as "Search". When user clicks this menu "Search", the custom ...
1
vote
1answer
823 views

Custom Rest Service in Sharepoint 2010

I'm currently developing a custom wcf rest webservice on sharepoint 2010, but I keep getting the message Endpoint not configured Im deploying the webservice on a _ISAPI solution folder. Here's the ...
1
vote
1answer
450 views

SharePoint 2010: Web Service to add links to User's Quick Link

I am looking out to build a solution using SharePoint 2010 where in user's can add bookmark to any page. I thought My Links will be a good place to keep user's bookmark. Is there a web service in ...
1
vote
1answer
128 views

GUIDs vs OBJECTID

I am devising a program that consumes the Sharepoint 2010 SOAP web services. One of the methods uses the Web Search service Query method that retrieves a bunch of results, of which neither are GUIDs. ...
3
votes
1answer
2k views

WCF Service Endpoint not found (but service operations work OK)

Here is my problem: Does anybody know how to configure a WCF service hosted in Sharepoint to show standard WCF welcome page (the one with description and a link to wsdl)? I want to underline that I ...
0
votes
1answer
84 views

using sharepoint webservice in LDAP-AD

I have created an JSP WEB application with LDAP-AD Authentication, and im accessing sharepoint 2010 document library using sharepoint webservices. Here, my problem is i need to connect my .net web ...
0
votes
1answer
166 views

Lists.asmx item person not in UserGroup.asmx GetAllUserCollectionFromWeb method

I am using Lists.asmx's GetListItems method, then I'm using info from UserGroup.asmx's GetAllUserCollectionFromWeb method to get more user details about a person in one of the columns of the list. I ...
1
vote
0answers
76 views

SharePoint Online External Sharing Feature - Available through API?

I have a case where we would like to create a web part for use in SharePoint Online where users can request to share a site with an external vendor. We would like to automate the process of Sharing to ...
1
vote
2answers
222 views

Lists.GetListItems Query for items with a specific author

I am trying to query a list in SharePoint 2007 to get the items of the list that were created by a specified user. Here is my CAML: <Query> <Where> <Eq> ...
1
vote
5answers
9k views

how to upload file to sharepoint doc library via c# application?

I need to upload files with specific information(custom fields) into sharepoint document library via custom windows application. I have no idea how to do it, anyone has any examples how to do it ...
0
votes
2answers
113 views

develop sharepoint webservice and deploy it to sharepoint site

Recently I am developing a webservice which is used to upload document to a SharePoint doc library. I have deploy it to the _vti_bin directory and now I can successfully call it to upload a document. ...
0
votes
3answers
1k views

listdata.svc authentication issue

When I visit my local SP2010 instance on Windows 7 at localhost/_vti_bin/listdata.svc I get Internet Explorer cannot display the webpage. There's no details even though I've turned off Friendly ...
0
votes
0answers
56 views

Web Services and InfoPath - Advance Troubleshooting

I am experiencing a problem with InfoPath 2010 when when querying for information retrieved by a web service. When ever creating a new form from scratch, setting up our data connections and ...
0
votes
0answers
39 views

Construct web service request dynamically based on URL and consumers

I'm designing a web page and web parts for showing some data that comes from a web service. The web service is, for the purposes of this question, analogous to a SQL database. The request is to be ...
1
vote
1answer
975 views

HTTP401 when access sharepoint web service using Java HttpClient

the code are as follows: private static EndpointReference targetEPR = new EndpointReference( "http://sharepoint01/_vti_bin/lists.asmx"); ServiceClient sender = new ServiceClient(); ...
0
votes
1answer
106 views

Custom Poll Web Part

I am creating a custom poll webpart using the following two lists: 1) QuestionList : Stores questions of poll (QuestionId,QuestionDate,Votes,TakenBy) 2) OptionsList: Stores option pertaining to a ...
1
vote
1answer
136 views

SharePoint & Protocol-Relative URL's

A common web development trick is to use protocol-relative URL's, i.e. we drop the scheme part of the URL, e.g. http, and based on the scheme of the page the URL's take will use that scheme. However ...
0
votes
0answers
67 views

When connecting to outlook, custom forms are missing

At work here we use a custom sharepoint. As in, we can add dates to the calender, but there are other fields we fill in on the webpage. Fields such as company name, time or arrival, departure, ...
0
votes
1answer
411 views

Taxonomy.asmx returns sometimes 'No credentials are available in the security package'

I've created a WCF WebService which connects to the Taxonomy service from SharePoint with a 'Service Reference' in Visual Studio 2010 to the ...
1
vote
1answer
177 views

How to Upload/Replace a Template in a Document Library

In my organization we have many Sharepoint sites for different products that basically mirror each other in structure. We have a document library in each of these sites with a custom template. The ...
0
votes
2answers
246 views

Using the AddList Method of Lists Webservice

I am trying to add a list using the addlist method of Lists webservice. I am not sure how actually I have to get that done. But I have tried this taking MSDN as reference 1 Added the Lists ...
1
vote
2answers
2k views

How can I pass credentials to SharePoint 2010 people service?

I need to do a simple request against the People service in SharePoint 2010. Please tell me how I can do that. The following piece doesn't work. public void Test() { var client = new ...
0
votes
1answer
19 views

Site creation in MOSS server which has SSL enabled?

Can one create sites/subsites in a sharepoint server (2010) using webservices if that server has SSL enabled? My web app is not SSL enabled. Thanks, Vijay
0
votes
0answers
88 views

service account - standalone server(WFE) in the DMZ

I have a standalone server(WFE) in the DMZ and my Application Server and DB are on the internal network (LAN). My service accounts are created on the local internal domain. If one way trust has been ...
0
votes
0answers
53 views

long running query when uploading doc

we have an issue with a client where uploading a document to Sharepoint 2007 via the API/Web Service is taking in excess of a minute or more. we have narrowed it down to, what we think, is this SQL ...
0
votes
1answer
600 views

Microsoft SharePoint Foundation Workflow Timer Service documentation

I've been doing a series of scalability tests on some SharePoint server farms... in my report I've included some notes that in my testing, the Microsoft SharePoint Foundation Workflow Timer Service is ...
0
votes
2answers
275 views

Route a document to a Record Center using Client Object Model

I need to programatically upload a document and route to the record center with all content organizer rules. This should be a Client Object Model Solution. I have a solution in Server Object Model. ...
1
vote
3answers
889 views

jquery and javascript : can i get the last ID from document library?

Is there a way to get the last ID from a Document Library with javascript/jquery?
2
votes
3answers
5k views

How to debug “(500) Internal Server Error.” when calling web services?

I have an application where I am creating a SOAP request by hand and hitting a SharePoint instance. My problem is that the call returns the error: The remote server returned an error: (500) Internal ...

1 3 4 5 6 7 12