The json tag has no wiki summary.
0
votes
1answer
33 views
Export documents from sharepoint to another website
I'm trying to get files and lists from my Sharepoint server showed on another website.
How should I do to make a document viewable on the webpage, that is exported from SP2013? I also want to search ...
0
votes
0answers
15 views
Exporting document content from SP2013 to external webapp
How should I do to make a document viewable on a webpage, that is exported from SP2013 document library.
A user should be able to, through a webpage send a request to view the content of a specific ...
0
votes
1answer
81 views
Accessing my list field values via dot notation after json.stringifier
This just be so obvious but I it seems not. Below I stripped out some of the code for clarity
var list = context.get_web().get_lists().getByTitle('SMenuLink')
//usual code to open a list using ...
0
votes
1answer
154 views
JSON file is not served
In a standard team site, I have a document library that host a static website with html files as well json files loaded asynchronously with javascript.
This was working well in SharePoint 2007. ...
0
votes
3answers
359 views
jquery client object model to return json: what about caml vs. js filtering?
trying to learn client object model (ecma/js/jquery) approach to returning json data and working with that. below I will supply a quick example, but my question is basic context of how would I go ...
1
vote
1answer
201 views
accessing remote web services(cross domain applications) using jquery jsonp
Here is My code ..could anyone please solve this problem..I was struggling from morning..below code is not working.Actually i should get the data when we send jasondata as input..but i am getting ...
0
votes
0answers
61 views
SharePoint Online to Azure Web Service
Situation:
I'm trying to send a message from my SharePoint Online page to my Azure Web Service with json.
This works great on a simple ASP.NET website, but on SP Online, I get a message ("Access ...
0
votes
1answer
875 views
JavaScript in CEWP does not execute
After putting a small script together and pasting it into the Content Editor Web part all my breakpoints show the following warning in IE 8's debugger: "The breakpoint is not valid. No executable code ...
3
votes
5answers
325 views
Proxy page for Office 365
I am working on an Office 365 (SharePoint Online) website, and I am looking for a way to retrieve data (xml, json) from remote sites that don't necessarily support JSON-P or CORS.
I could use an XML ...
1
vote
2answers
381 views
Creating new items containing lookup field with listdata.svc and json
I'm calling listdata.svc with xmlhttprequest and POST to pass json. The new item is being created, but a new item is being created on the lookup list when I do, even though I am passing an existing ...
0
votes
2answers
2k views
SharePoint Cross Domain Request with jQuery
I've been going around in circles for a couple hours now to no avail. I had thought that what I wanted to do was not possible but some threads that I was reading on SO were saying otherwise so I ...
5
votes
2answers
1k views
How to avoid _metadata in a REST response (listData.svc)
I am pulling data from a SharePoint list with listData.svc, and _metadata represent more than half of the response content.
Is there a way to return list fields only, without the metadata?
Below an ...
2
votes
1answer
302 views
SP2010, Odata, anonymous access
Is anonymous access to listdata.svc possible? I'm trying to just simply get list items and display them using json but I either get asked to login or a 401 unauthorized. It's a claims based site ...
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) {
...
