OData Proxy Generation Programming

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

+3
source share
1 answer
+6

Source: https://habr.com/ru/post/1760873/


All Articles