Reputation: 425
How can I call a Odata Service from my Windows Phone 8.1 App. There is no "Add Service Reference". Microsoft don't support this feature anymore for xaml Windows Phone 8.1 Apps.
How can I bind this Odata Service now?
Any ideas...
thanks
regards...
Upvotes: 0
Views: 738
Reputation: 3347
"Add Service Reference" is not supported any more, but a new one is in the landscape: T4. Please take a look at this blog post: http://blogs.msdn.com/b/odatateam/archive/2014/03/11/how-to-use-odata-client-code-generator-to-generate-client-side-proxy-class.aspx.
Upvotes: 0
Reputation: 1970
You can use the WebAuthenticationBroker
Vittorio Bertocci wrote a great article to demonstrate how to use WebAuthenticationBroker
with Office365 api (EWS/OData)
Upvotes: 0