Tagged Questions

3
votes
1answer
617 views

Mapping $filter from oData parameter to linq Where

I've got (what I think is a odata format) url like this: ...
3
votes
0answers
138 views

Using a webservice as datasource for an ado.net entity data model

i am currently trying to use a webservice as the source for an ado.net edm. For example: http://odata.netflix.com/v2/Catalog/$metadata I have the xml of the webservice already stored in a variable, ...
2
votes
0answers
237 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
142 views

Is there an ODataSerializer to serial custom objects?

I need something to take an arbitrary Object/List/Dictionary returned to me by a call to a WCF Service to be serialized to OData. I am currently using the WCF Data Services October 2011 CTP to ...
1
vote
0answers
37 views

Call query which displays odata information with ajax

I have following query [WebGet] public IEnumerable<Table> Query1() { var Context = new ProjectEntities(); var First = new DateTime(2012, 10, 5, 8, 0, 0, 0); ...
1
vote
0answers
99 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 ...
1
vote
0answers
203 views

Untyped DataSets in WCF Data Services

I'm trying to return a dataset from a WCF Data Services Web Service. The problem I have is that I do not know the type until Runtime. I've followed the approach outlined here: ...
0
votes
0answers
81 views

ODATA throws error when expand multiple levels of child objects

This fails when one of the Events does not have a Travelers object. this.Dataprovider.Events.Expand("EventApa/APAWeb/Travelers"); Now I cannot understand why it cannot handle a null at the ...
0
votes
0answers
83 views

OData (WCF Data Services) Continuation on a query that uses projection

I have an OData query that looks like this: var query = entities.MyObjects.Select(x => new {x.MyObjectID, x.Number, x.Name}); When I run it I get only 100 items back. That is because my server ...
0
votes
0answers
114 views

Building Asp.net Dynamic Data Web Application Over LightSwitch OData Service

Im having an OData Service exposed from LightSwitch im trying to register the context of asp.net data dynamic web application over the Service northwindData context = new LSService.northwindData(new ...
0
votes
0answers
107 views

Expose a single entity GET operation in OData

This question is probably due to my limited understanding of Microsoft's OData implementation. With the C# "Reflection Data Provider", I'm trying to support URLs such as http://localhost/Users(2), ...
0
votes
0answers
179 views

Paypal IPN in a web service

Here is my problem: I'm in charge of developing web services to be used by the mobile site of the company I'm working for. These functions have different roles (user login, browsing lists and so on) ...
0
votes
0answers
99 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
149 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> ...
0
votes
0answers
96 views

Debugging SL while consuming an extern WCF OData Data Service

Well, this is the problem: I've created a simple API using WCF Data Services (OData...). Now I want to have a different project (Silverlight 4 or 5) to Consume the data Service. To retrieve data (in ...

1 2 3
15 30 50 per page