The Open Data Protocol (OData) is a Web protocol for querying and updating data. It enables rich relational data that is accessible from nearly any platform by using web standards such as REST, AtomPub, and JSON.
4
votes
0answers
343 views
Restlet Android doesn't connect to oData service
I just can't get Restlet on Android to work. I have the same jars, same generated classes etc. that I use in plain Java (it works there). Problem seems to be with the HttpClientHelper.
I also read ...
4
votes
0answers
452 views
Tips to increase performance of the .NET client data context in WCF data services?
We've been developing a new app using the following stack:
SQL Server 2008 R2 -> Entity Framework 4.2 -> WCF Data Services -> WCF Data Services Client Library
This is all .NET 4.0
Now, the WCF Data ...
3
votes
0answers
1k views
Large datasets published with OData WCF Data Services and Excel PowerPivot
I want to publish an SQL Server database, for testing purposes AdventureWorksDW, the data warehouse sample database that provides Microsoft. I created a new "WCF Data Service" project in VS and ...
2
votes
0answers
19 views
OData/iPhone Error: The context is not currently tracking the entity
I'm using OData4ObjC to have my iPhone app retreive/edit OData.
I've been able to successfully retrieve data, but when I try to delete some data:
Entities *proxy = [[Entities ...
2
votes
0answers
27 views
OData library for AS3 / Air
Does anyone know of an OData implementation in AS3 / Air?
Having done some searching I haven't found anything and ther isn't one nothing listed in the libraries section on the odata.org ...
2
votes
0answers
341 views
Updating sharepoint item multi lookup field via odata
I need some help sorting out some syntax for an update to a list item in sharepoint from an application. Here's a rundown on the situation :
There are two lists within this sp site. One list is a ...
2
votes
0answers
295 views
Microsoft.Data.OData.ODataContentTypeException: A supported MIME type could not be found that matches the content type of the response
I'm getting following exception
Microsoft.Data.OData.ODataContentTypeException:
A supported MIME type could not be found that matches the content
type of the response. None of the supported ...
2
votes
0answers
404 views
WCF DataService not supporting preflight OPTIONS requests?
I want to use an ajax-based component (KendoUI) to read/modify entities on an OData endpoint implemented by WCF DataServices.
The service implementation was fairly easy in the first place:
public ...
2
votes
0answers
251 views
How to call WCF Data Service that returns bool Getting “Cannot include key predicates or empty parenthesis.”
I have a WCF with the following signature:
[WebGet]
public bool UserHasRoles(string UserName, string ApplicationName)
{
if (SecurityCheck())
{
...
2
votes
0answers
82 views
Runtime Exception when using OData for Android
I am trying to build up a Android application by using OData. I only want to build up a connection to a Web Server via using OData. I am using Eclipse and it works fine outside from an Android ...
2
votes
0answers
395 views
What is a real life cycle of WCF OData service?
I'm developing server application with several WCF OData services hosted (C# 4.0, VS2010).
I'm observing quite strange behavior of services and can't find any documentation on it that describes things ...
2
votes
0answers
548 views
Consuming C# WCF service from Delphi 2010 client: Databinding and Entity Framework
I am migrating a win32 Delphi VCL application written in Delphi 2010 to a multi-tiered architecture.
The application makes extensive use of ExpressGrids (TcxGrid) by devexpress for databinding.
I ...
2
votes
0answers
186 views
odata filering of complex types
I have complex object type in Xml it looks like:
<Event>
<id>3198588</id>
<title>SunSay</title>
<artists>
<artist>SunSay</artist>
...
2
votes
0answers
151 views
How to use Autofac to host WCF OData services
What is the recommended approach to using Autofac to host a WCF Data Service (OData)?
For non-OData services, we've been using the AppStart.AppInitialize() approach to register the dependencies in a ...
2
votes
0answers
383 views
Python framework for implementing Open Data Protocol (OData) consumers & producers
Does anybody know about a Python framework for implementing Open Data Protocol (OData) (http://www.odata.org/) consumers & producers?ยด