There is OData Service using WCF Data Services (ADO.NET Data Services) available. I need to consume the OData Service in programmatic way. In the sense I do not want to use DataSvcUtil to create the proxy. Instead at runtime I need to generate the OData Proxy.
For WSDL, it is possible to generate the proxy using CodeDOM and System.ServiceModel.Discovery.
I am curious to know whether there is any programatic way of generating the OData Proxy.
Thanks