The OData service is available using WCF Data Services (ADO.NET Data Services). I need to use OData Service programmatically. In the sense that I do not want to use DataSvcUtil to create a proxy. Instead, at runtime, I need to generate an OData proxy.
For WSDL, you can create a proxy server using CodeDOM and System.ServiceModel.Discovery.
I am curious to know if there is any software way to create OData proxies.
thank
source
share