0
votes
1answer
184 views

Creating new data with OData

I have an lightswitch project which I export its data via Odata. In my client application I added service reference (WorkProject). I created a new data. WorkProject.Employee.CreateEmployee("1","Guy); ...
0
votes
3answers
536 views

How to interrogate an Odata feed using Java

I am pretty new to oData services and want to interrogate (i.e pick out particular fields/records) from a lightswitch Odata feed. Is there an easy way to do this in Java. I have heard that oData is ...
0
votes
0answers
98 views

Cannot insert record using Restlet on Android to a Lightswitch Odata source

I am writing a hello world android program which consumes an MS Lightswitch generated odata service without any authentication at this stage. I have validated the service at odata.org. My android ...
2
votes
2answers
276 views

WCF Data Services Reflection Provider Specify Association Types

I've been struggling to try and get Data Services to work with the new LightSwitch 2.0 OData Data Source. Noticing that OData 3.0 is still not supported I had to fall back to 2.0 version. It happens ...