Tagged Questions
2
votes
1answer
52 views
Add New List Item with SPServices anonymously
I have an HTML5 + jQuery application with a built in contact form that I wanted to hook into Sharepoint, and Lists seemed an ideal way to do that. I used the jQuery library SPServices to get this up ...
0
votes
1answer
24 views
Is it possible to share the same list type among different sites?
I'm accessing list content via its corresponding webservice. I'm re-creating new lists for new sites but often the list content type is the same - image, link etc.... Is it possible to create a list ...
0
votes
1answer
12 views
onWorkflowItemChanged triggered when attachment added through web service
A WCF Service hosted outside of SP will consume another external service to retrieve information. Then, the WCF will add/edit an item to a SharePoint List using COM, and add the attachment to the item ...
2
votes
1answer
47 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
32 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
36 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
23 views
Show Web Info across different Site Collections
I'd like to
Show List Info in http://goSiteABC from http:goSiteXYZ;
using webservice or Javascript Model if possible
Or Show an iFrame web page in http://goSiteABC from http:goSiteXYZ
The ...
0
votes
0answers
117 views
Lists.asmx GetListItems - where are end of line characters in “multiple lines of text” columns
In a custom list, if I create a "Multiple Lines of Text" column, and input this into the list:
one
two
three
When I retrieve the list items using the GetListItems method in Lists.asmx, I get this:
...
2
votes
1answer
71 views
Steps to enable “Information Management Policy”
Kindly let me know the steps needed to enable the Information Mgmt Policy.
Is it enabled at the central admin level or at the site collection level.
thanks in advance.
0
votes
1answer
60 views
How to access the thumbnails of the documents in a document list?
I know the thumbnails exist, as when I use search, thumbnails appear next to my documents...
But, when I use the "_vti_bin/Lists.asmx" webservice to access my list, the thumbnail is not one of the ...
0
votes
2answers
189 views
Lists.asmx truncates data
I have a custom Site page that contains some javascript code (using jquery and SPServices), that calls Lists.asmx Web service to perform CRUD operations on the list. At the init, my js code needs all ...
1
vote
2answers
308 views
Best Practice for export List Content to HTML (typo3)?
I've got the following problem:
Use Case: I'm creating Events within my intranet with Sharepoint Server 2010. I have a typo3/cms front-end website not connected to sharepoint yet.
I want to show the ...
2
votes
1answer
184 views
Should we use web service lists.asmx over CAML when working with large lists
There is a list that has around 100k items in a SharePoint Site Collection. This site has been customized to serve certain business requirements through visual webparts.
While, regular CRUD ...
0
votes
0answers
213 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
1answer
936 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 ...
0
votes
2answers
683 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
0answers
80 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
163 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
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
2answers
235 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 ...
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 ...
0
votes
0answers
191 views
how can i join two sharepoint lists in ssrs? [closed]
how can I crate two dataset in reporting service for one report?
Because when we create a report it shows only one dataset not other one .
i have 2 datasets or more.i want to add 2 datasets in one ...
2
votes
2answers
203 views
SharePoint throttling and web services
I am trying to know how throttling in SharePoint affects web services.
For example if a list contains 20 000 items and throttling is set to 2000, if I use the Lists.GetListItems() method to get the ...
2
votes
1answer
210 views
Ways to get data from Sharepoint out of sharepoint environment
My question is
Can someone tell me the possible ways, I can get data from a sharepoint 2007 list, which is secured with SSL/Https for a Windows 7 gadget(uses HTML/Java Script),
(I asked my senior ...
0
votes
1answer
127 views
Sharepoint 2007 Windows Gadget [closed]
I am trying to develop a Gadget for Sharepoint 2007, which will authenticate a user and then fetch him a sharepoint list from a specific URL,
For the last 4 days I have been working on it and came ...
1
vote
1answer
573 views
GetListItems - viewFields null vs. empty XmlNode
I noticed that for a particular list, calling GetListItems and passing null for the viewFields argument, I wasn't getting back all of the columns. Just a few were missing.
After some trial and ...
0
votes
2answers
2k views
How to get Item from ListItem with Client Object model
I'm trying to printOut some items from a ListItem. But when run the code I get following exception:
"Invalid usage of query execution. The query should be executed by using ExecuteQuery method on ...
1
vote
1answer
826 views
GetListItems on Lists.asmx returns all items, not just the specified folder
I'm trying to call the Lists.asmx webservice to retrieve only those items within a Folder named "Admin" in my SharePoint list. The webservice 'works' for me to some degree, but not as I expect.
The ...
2
votes
1answer
366 views
getListItems returning MyTasks not All Tasks
I am creating some customized web services for my client. I needed to fetch all the tasks in a Sharepoint list.
I used following code for that:
NetworkCredential credentials = new ...
2
votes
2answers
638 views
Get listitem using jquery or javascript from Office 365(Sharepoint Online)?
there are good solutions to get data from office 365, and move it to another platform using client object model.. i.e Wictor Wilen solution. its work in code behind.
i have tried to get list data ...
2
votes
2answers
217 views
Get ContentTypeOrder of a specific folder using CAML and/or SharePoint web services
I am trying to get the ContentTypeOrder of a specific folder using SharePoint web services and caml queries. I am using the GetListItems() method of the Lists.asmx web service. The resulting xml ...
2
votes
1answer
373 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
...
1
vote
1answer
587 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
1answer
785 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 ...
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
2answers
939 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 ...
-2
votes
3answers
332 views
How can I update a list without having my code run on the SharePoint server?
I can reference Microsoft.SharePoint.dll in Visual Studio in order to compile my C# or VB.NET code. I've found that I will still need to copy the compiled code to the server and deploy it there.
From ...
0
votes
1answer
1k views
CAML get list by view name
I'm making an Ajax call to the Lists web service to retrieve some items. I'd like to return results only from a specific view. Can I do that through CAML?
I have this so far - which the attribute ...
0
votes
1answer
755 views
Paging results from the List service?
I am currently making a call to GetListItems and I'm curious if there is any way to both page results and get the total number of records available?
Here is what I am passing in my call to ...
0
votes
2answers
3k views
Lists.asmx UpdateListItems returns unexpected error 0x80070005
I'm using SPServices to insert items to a list. The code works fine except for, some users see the response below:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope ...
2
votes
1answer
2k views
What does the GetListItems query option IncludeMandatoryColumns do?
I found myself working with the Lists.GetListItems method fairly often. Unfortunately, I have never understood what the IncludeMandatoryColumns query option actually does. The documentation seems to ...
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 - ...
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 ...
0
votes
2answers
786 views
UpdateListItems not working (New)
The following code compiles with no errors:
ListsWebServices.Lists listService = new ListsWebServices.Lists();
listService.Credentials = System.Net.CredentialCache.DefaultCredentials;
...
1
vote
2answers
625 views
How to update a list item from web service using a where clause?
I have a scenario where I need to update a list item, but I don't know the internal ID of the list item - hence the following won't work for me:
batchElement.InnerXml = "<Method ID='1' ...
3
votes
1answer
472 views
AddList method in Http Post
In a remote client, I'm trying to create a new list in a sharepoint site. Right now, I'm building a CAML string and sending it via http post to my sharepoint site. I've used this method to update list ...
2
votes
1answer
287 views
How to list all surveys using a web service?
I am trying to use the Lists.asmx service to gain access to surveys on a Sharepoint server.
I would like to be able to list all of the surveys without showing all the other kinds of lists there.
...

