Tagged Questions
1
vote
0answers
241 views
Load full list XML into JavaScript variable via CEWP
Currently I am using the lists.asmx webservice to POST a soap envelope and return specific list items. I really want the whole contents of the list. I realize how large that might get, but if this ...
0
votes
1answer
475 views
How to use Sharepoint Data Services (listdata.svc) in WCF service project in a site with non-english language?
i have site collection with Persian language. so lists and fields are in Persian.
when i create a console application and add reference to listdata.svc, i can use the datacontext and add items to a ...
3
votes
2answers
572 views
ScriptManager ServiceReference in SharePoint
I have always used jQuery.ajax to retrieve data from listdata.svc or lists.asmx in SharePoint and from some custom web services. Now I will try Microsoft Ajax Library and especially ServiceReference ...
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
1answer
628 views
How to get list data using ListData.SVC in Silverlight Application?
I am “not” looking for solution which uses webrequest to get xml from listdata.svc.
I am "not” looking for clientcontext ( since Silverlight app will be deployed to the different server where ...