views:

73

answers:

1

Hi,

I'd like to consume an odata service with a .NET Compact Framework 3.5 client application. What's the easiest way to do that? There are are clients for various programming languages in the odata SDK, but I could not find anything related to the compact framework.

Am I missing something or do I have to use plain old HttpWebRequests?

Thanks,

Adrian

A: 

As it turns out after posting social.msdn.com, there really is no .net Compact framework client library for odata. So it looks like HttpWebRequests really are the way to go.

Adrian Grigore