SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use.
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
2answers
6k views
Error while referring “/_vti_bin/ListData.svc”
While trying to refer "ListData.svc" service in my VS.NET WinForm project, I am getting an error
The HTML document does not contain Web service discovery information.
Metadata contains a reference ...
1
vote
5answers
2k views
Error while adding SharePoint web service reference
I got stuck up with the following error, while trying to add reference for the web service Lists.asmx in sharepoint 2010 from VS.NET 2010.
The document at the url
...
2
votes
4answers
2k views
How can I hide allitems.aspx from curious people?
I have a custom ASPX page in WSS 3.0 which I use to capture email addresses. These emails are stored in a list called Notificiations using nothing but jQuery and SPServices. Because I'm using jQuery ...
7
votes
1answer
542 views
SPService, multiple farm jobs, persisted property updates (SPPersistedObject locking?)
I have an SPService class.
MySPService : SPService, IBackupRestore, IDiagnosticManager {
[Persisted]
private string propertyUpdatedByJobsOnAllServers;
.
.
.
}
I also have a Job that runs ...
9
votes
3answers
4k views
Should i have the “Microsoft SharePoint Foundation Web Application” role active on all servers in a large farm?
I've checked the resources at Microsoft TechNet, MSDN and Bing but I’m not aware of any information regarding the best practice about the configuration for the "Microsoft SharePoint Foundation Web ...
0
votes
1answer
434 views
PreSaveAction and CAMLQuery
I'm cross posting this from Stump the Panel for some more visibility from a wider developer base.
I'm trying to create a script I'll eventually adapt into a PreSaveAction, but I'm running into a ...
2
votes
6answers
3k views
How to query using CAML when a value has < in the value
I'm using SPServices to query a list, using CAML, and the column I'm searching (Title) have values that contains < and >.
Is there anyway I can use CAML to find these values? It seems that I'm ...
1
vote
3answers
2k views
Possible to get distinct values from GetListItems?
I am passing this XML:
<soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
...
0
votes
4answers
1k views
Cascading DropDownList in a web part?
Is there a standard way to implement this? Any solution would have to make use of AJAX. I am considering two possible methods at the moment:
Try to find a way to use the ASP.NET AJAX Toolkit to do ...
1
vote
2answers
1k views
SharePoint Cascading drop down / jquery select/ auto fill
I've got a cascading dropdown question. I'm trying to accomplish this with using
SPServices , but I'm running into difficulty when two of the fields should just auto populate.
Here's an example:
...
1
vote
1answer
2k views
Adding items using SPServices issues
Need some assistance on a bit of JQuery for writing to a MOSS 2007 list. I have the following spot of code. If I run it with just the title field, it works fine, adding additional fields doesn't work. ...
0
votes
6answers
5k views
GetListItems - No Items to return
I have been working with GetListItems, and found it to be very reliable, and easy to implement. One thing I'm trying to figure out is how to handle when there are no items in the list matching the ...
0
votes
1answer
110 views
double filter on the default form NewForm.ASPX with SPService [closed]
I need some help regarding SPService use as a client recently ask me if I could develop a solution where 2 columns could filter through the default form NewForm.ASPX as currently implemented the ...
0
votes
2answers
699 views
Content Editor Webpart and SharePoint 2007 object model?
I have to supply the query and should display the information on the sharepoint 2007 page based on the enterprise search results. I wonder, if it can be achieved thro' content editor webpart ?
Want ...
1
vote
3answers
1k views
Customizing the NewForm.aspx of the SharePoint 2007 List?
I have a sharepoint 2007 list and it has 6 site columns, want to have two modes of newform.aspx page. When user clicks on Newitem, it should display only 3 site columns and there should a link to the ...
0
votes
1answer
252 views
Buidling menu from a list - need how to group columns/distinct
I'm trying to build a menu from a SharePoint list but I need to group the main menus and then add links to the appropiate main menus. I have separated the links using the LinkType column if it is a ...
2
votes
6answers
3k views
How to update multiple ListItems with a “Where Clause” using SPServices?
I've searched the jQuery SPServices code examples and MSDN references for an simple example how to update several ListItems using a Where-Clause.
Code for updating a single ListItem with ID = 500, ...

