Search code examples
.netwindows-mobilecompact-frameworkodata

Consuming Odata service with .NET Compact Framework


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


Solution

  • 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.