开发者

Using OData with a non-wcf | non-oData end point?

开发者 https://www.devze.com 2023-02-16 01:12 出处:网络
I开发者_JAVA技巧s it possible to use OData on the client side to easily communicate with a non-wcf and or non-oData endpoint (service)

I开发者_JAVA技巧s it possible to use OData on the client side to easily communicate with a non-wcf and or non-oData endpoint (service)

The service I wish to consume is JSon based and is Restful.


You would be better off using a .NET REST client like one of the following:

  • WCF HTTP
  • RestSharp
  • Hammock

They all easily support JSON and REST features.

0

精彩评论

暂无评论...
验证码 换一张
取 消