Tagged Questions

0
votes
1answer
45 views

Datajs OData.read function not firing through PhoneGap

I'm trying to package up a mobile web application into an iOS app using PhoneGap and JQuery Mobile. The application uses Datajs to make OData requests to another site. I've set External Hosts to '*' ...
0
votes
1answer
265 views

Unable to get value of the property 'parse': object is null or undefined

I'm trying to make a connection and download anything using oData format. The URL pointing to a service that I'm using returns a nice oData-ishly looking document. Now, I'd like to read in those ...
0
votes
1answer
285 views

odata datajs CRUD operation fails in IE (OData)

I have this code below, which adds a new "Activity" in my "activity" table/entity thru WCF Data Services. Now all is fine and dandy when I run this in Chrome and Firefox, but in IE10 it responds with ...
1
vote
0answers
136 views

How to do synchronous OData requests using datajs?

I have a list of URIs and while iterating over that list I send OData GET requests via OData.read(). My problem is that those calls are asynchronous and I want them to be synchronous. Is there any ...
0
votes
0answers
66 views

Error in odata.request method with “PUT” option

I want to perform update operation on my odata service data. I have read many things about browser support for put and delete with ajax call.But in my code I can perform method:"DELETE" ...
0
votes
0answers
44 views

No Auth Header with DataJS Request

I am making calls to a WCF service using dataJS. As shown in the code below, I pass through Username and Password, but when debugging or monitoring the request on Fiddler, I see no authorization ...
0
votes
0answers
153 views

datajs phonegap (android emulator)

I am currently developing a mobile app using datajs to consume the Odata Rest service. When I test the application on Google Chrome it works with the following are done --allow-file-access-from-files ...