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. It was created by Microsoft, but has been released under the Open Specification ...
0
votes
0answers
9 views
OData .Net: Load relationship objects after initial load
What is the best approach for loading the relationship objects of an object I have already obtained through Odata? I understand the .expand() method works for the initial call, but I do not know the ...
0
votes
0answers
24 views
Adding data using oData service
I am getting an error adding data using OData service. Any help is appreciated.
Entity (The Product table has PK defined on ID column )
using System;
using System.Linq;
using ...
1
vote
3answers
79 views
ASP .NET MVC 4 WebApi: Manually handle OData queries
I have a Web Service made using the WebAPI provided by ASP .NET MVC 4.
I know that the layer on top of which WebAPI works automatically handles OData Queries (such as $filter, $top, $skip), but what ...
1
vote
1answer
34 views
Bypassing member names cannot be the same as their enclosing type
Similar to: member names cannot be the same as their enclosing type except I can't change the metadata, I want to just ignore the class entirely.
I am trying to add a Service Reference in Visual ...
0
votes
2answers
67 views
odata pagination with web api
I am using OData to paginate a long list of items returned from a web api call. I can filter the data via the url with the start and end index.
The question I have is, how do I know the total number ...
2
votes
1answer
36 views
Why doesn't Azure Table Storage persist the type name when using ResolveName?
Im trying to control serializing of Azure table entities as a follow up on How do I retrieve multiple types of entities using a single query to Azure Table Storage? and have encountered an (to me) ...
0
votes
0answers
52 views
Using Microsoft.Data.Services.Client.dll instead of System.Data.Services.Client.dll causes issues with Azure.StorageClient
We have a project that uses WCF 5.0 and the WindowsAzure SDK.
There are two references Microsoft.Data.Services.Client.dll and System.Data.Services.Client.dll and they are in conflict. If I remove ...
0
votes
3answers
72 views
PHP curl talking to Microsoft Dynamics CRM 2011
I am trying to pull some data from Microsoft Dynamics CRM 2011 Online, which resides on remote host;
it works if I manualy (from browser) log in and exec my from my server which runs PHP on Linux ...
0
votes
0answers
20 views
How do I add a Link with Restlet Odata Extension addLink?
I am looking to write to an existing OData service from an Android device that our .Net client us currently using and I am having trouble with addLink/setLink methods on the ext.OData library from ...
0
votes
0answers
42 views
Calling Windows-Auth secured OData Service Cross Domain in Silverlight 5
I'm trying to call an OData service (the OOTB one included with SharePoint 2010) that's secured with Windows Authentication from a Silverlight 5 app. In my research (specifically this post) I saw ...
0
votes
1answer
32 views
OData request show showing up in Fiddler (SharePoint & Silverlight 5)
I've got a Silverlight 5 app that is calling an OData service (the OOTB one incuded with SharePoint 2010) to pull data back form a list. The site is secured using Windows Authentication. When I run my ...
-4
votes
0answers
57 views
Retrieving datasets
Could someone please show me how to create a odata query which does the following:
For each account where a certain boolean field is true:
Select all
associated contacts
Select all opportunities ...
0
votes
1answer
122 views
CRM 2011 OData relationship query tutorials
I am looking for some tutorials regarding oData in CRM 2011.
In particular I am looking for detailed, in-depth explanations and examples around how to use OData for querying entity relationships
...
0
votes
1answer
9 views
WCFDataService Returning Boolean
I am trying task using WCFDataServices.
I have a Service operation Like
[WebInvoke(Method="POST")]
Public bool Add(string x1, string x2, string x3)
{
// ADDS a NEW RECORD TO DB. AND IF THE ...
0
votes
1answer
43 views
WebApi with Linq “Extra content at the end of the document” error
I have the following error when I try to query my MVC 4 WebApi service
Extra content at the end of the document
Below is a rendering of the page up to the first error.
55Author ...
1
vote
1answer
58 views
Does ASP.NET Web-api support Odata resource path?
As per OData Uri conventions http://www.odata.org/documentation/uri-conventions#FilterSystemQueryOption the following Uri is valid.
...
0
votes
1answer
10 views
OData free text keyword search by many/all columns
Is there a way to perform a keyword search by multiple or all columns in OData service?
As an example, I can find all titles with the keyword 'James' using the following URL query:
...
0
votes
2answers
40 views
OData query that uses .IncludeTotalCount() on a filtered (where clause) query
Say I have the following query on the Netflix OData Endpoint:
Titles.Where(x=>x.AverageRating > 3.0)
Is there a way to use .IncludeTotalCount() to get the count of titles that fit the where ...
0
votes
0answers
20 views
Inserting Record in DB using WCF DataServices
I am trying to Insert a Record into DB using WCF DataServices.
My Code: I have a Service exposed to the client.
Consuming the Service in a CLient Application.
organisationContext = new ...
1
vote
1answer
40 views
How to test/automate testing of OData Services? [closed]
After spending sometime understanding OData Protocol I figured out I can use tools like LinQPad to test OData Webservice APIs.
Can anyone suggest a good approach to automate this testing of OData ...
0
votes
0answers
22 views
OpenSearch and OData
I have a OData service (WCF Data Service) and I would like to offer a OpenSearch capability to my data service.
I have already added the ?q= capability to my WCF Data Service to do the searching, my ...
0
votes
1answer
66 views
Should I use OData or develop my own WCF service?
I have a project to expose Entity Framework data via a web service. I am wondering should I use OData or write my own WCF services? It seems that OData is dead. Am I right?
2
votes
3answers
51 views
OData webservice quering from VS Service Reference
I want to send request like this:
/odata.svc/Pages(ItemId=27,PublicationId=1)
Here's the code I'm using:
CdService.ContentDeliveryService cdService = new ContentDeliveryService(new ...
0
votes
0answers
49 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 ...
2
votes
1answer
153 views
OData queries and types other than IQueryable in ASP.NET Web API
I am building an ASP.NET Web API application that returns an Atom or an RSS feed. To do this, it builds a System.ServiceModel.Syndication.SyndicationFeed and a custom MediaTypeFormatter is responsible ...
-2
votes
1answer
46 views
Creating object layer with OData Library for WP7
I am trying to write object layer .cs file for a ASMX webservice. I am using DataSvcUtil to generate the client object layer.
After DataSvcUtil reports "Writing object layer file..." I receive error ...
0
votes
0answers
41 views
LINQPad with OData through client certificate
I have a WCF Data Service (v5 with OData 3) that is hosted on a https only web site. and to connect to it I need to attach a client certificiate for two way trusting requirement. I can use browser to ...
0
votes
1answer
47 views
Error while updating SAP Backend data using OData and SAP Gateway services
I am trying to update SAP back-end data using OData and SAP Gateway services.
while executing, it throws an error and doesn't update data in back-end.
I am basically trying to update 'accounts' data ...
0
votes
0answers
48 views
Showing images from the Netflix oData in WPF
I am trying to show movies images from the oData service from NetFlix base on selected Genre and It doesn't show the images. Please help. It would be great If somebody shows how to use MVVM here with ...
0
votes
1answer
46 views
how to create a Proxy for accessing OData Service on android
I'm new to android and i am following this tutorial to access an OData service on android.
I am stuck where I have to make a proxy to access the Odata service. can anyone tell me how to make a proxy?
...
0
votes
1answer
25 views
Eager loading with OData
I'm currently working on a small prototype using the Netflix OData api. I would like to always load entities eagerly. In other words, I don't want to "Expand" properties specifically. Rather I ...
1
vote
0answers
116 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 ...
1
vote
1answer
37 views
OData Get Header Value From Response
I am using OData together with JQuery. My problem here is that I need to retrieve the Header as I need the Header value. Do you guys know the syntax?
My codes are as follow:
OData.request( ...
1
vote
1answer
80 views
ASP .NET Web API Queryable capabilities with deferred execution
Should my api method always tie up to the underlying datasource (datacontext of an ORM) to expose Queryable capabilities supporting oData with the benefit of Deferred Execution?
Snippet
public ...
0
votes
1answer
35 views
How can I keep track of odata transactions ?
I need to know how many requests I received through odata protocol. Is there any way I can keep track of this ? I need it for analytics purpose. (using a custom tool is not allowed, but nevertheless ...
0
votes
2answers
35 views
Odata service - entity's data not showing up in browser
I am new to Odata services. i have included the ADO.net entity model successfully and in the designer class, i have changed the EntitySetRights propert to All. the webservice is being accessed ...
1
vote
1answer
72 views
How can I send hierarchical data over odata v2?
Using WCF Data Services 4.0, I cannot get the hierarchical data to return. I have a class Employee that has a collection of EquipmentIds. Those EquipmentIds are getting lost over the wire. Here's ...
0
votes
0answers
56 views
Why do I get an exception when querying odata service for values that contain null?
I have an OData service running on top of Oracle database. I can query it like this:
http://localhost:4930/Oracle.svc/XXKE_L2E_ADDRESSES_V%28%29?
$filter=PARTY_ID eq 10925&$select=*
and then ...
0
votes
1answer
56 views
Code to fetch datas from web servers using Odata via json in xcode
I am new to iPhone.i am doing a application using WCF Dataservices and odata via json.does any one can help me in fetching datas using Odata via json in xcode by giving some example codes..
Thanks ...
0
votes
2answers
57 views
OData class not found when trying to access SQL Azure database
I am trying to create an android application to connect to Azure's SQL database. When I try to create a ODataConsumer object that would later be used to filter the message.
The ODataConsumer object ...
0
votes
1answer
90 views
Is there a way to test WCF Data Services (OData) using SoapUI?
I would like to be able to run some SoapUI tests against my OData service.
SoapUI supports rest, and I know at the core, OData is like a rest service. But I am unable to get SoapUI to work with ...
2
votes
1answer
54 views
Using containers with non-EF types in OData service?
We are trying to add a list of strings to our OData service using ReflectionProvider:
[DataServiceKey("ID")]
Public class Project
public IEnumerable<Picture> Images { get; set; }
...
0
votes
1answer
53 views
Calculated fields and OData / WCF Data Service
I am trying to add some calculated fields to my Entity Framework model that is exposed externally using a WCF Data Service, the problem I have is that anything I try doesn't get exposed outside of my ...
0
votes
0answers
43 views
Power Pivot importing Odata Feeds nested data to be in multiple columns
I am accessing an API that return OData content. Some of the data in the properties section is nested content.
<m:properties>
<d:id>TEwxaTFR</d:id>
<d:attribute>
...
1
vote
1answer
49 views
WCF LINQ query fails intermittently with null reference in lambda expression
I have a WCF layer to a quite complex database that i read using LINQ to Entities. Recently though, a weird error has emerged. I get null references when executing the queries, but only sometimes (the ...
0
votes
0answers
81 views
OData Service Operations and query options
I'm building an OData Service Operation. I have a problem that I get the following error when trying to use $top, $skip etc:
"Query options $orderby, $inlinecount, $skip and $top cannot be applied to ...
1
vote
0answers
111 views
OData $filter substringof applied to a list of strings
I have an ASP.NET Web API Controller that exposes an IQueryable(Of String) - which is a list of descriptions. These fields can be in the order of tens of thousands, thus I use $top and $skip to only ...
2
votes
3answers
244 views
How to consume OData service with Html/Javascript?
Our project currently uses Silverlight to consume an Odata service. This has made life pretty simple since we can just reference the OData service thus giving us generated service reference/entities.
...
0
votes
0answers
47 views
How to save an entity with a collection of related entities using WCF data services
I have a new ParameterPart entity that is related to a new InputOutputMap. The InputOutputMap has several InputStates that I pull from the database and I need to associate with the InputOutputMap. How ...
1
vote
1answer
100 views
OData Library RTM DateTime Inconsistencies
I just upgraded to the RTM version of the OData Library. I've noticed what appear to be inconsistencies in DateTime handling and would like to know if anyone can explain what I might be missing, or if ...