开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜