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.
精彩评论