Tagged Questions
0
votes
1answer
200 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. ...
1
vote
2answers
399 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 ...