asp.net web api2 - Sharepoint Provider Hosted app with Odata Web API -
we have requirement build sharepoint provider hosted app, needs call asp.net web api built odata. could't find exact solution this. perform highly approciated
it should other web application provider hosted app totally independent sharepoint.
if building app using asp.net, can add reference odata endpoint, ex: http://yourservice/odata/$metadata
visual studio generate proxy entities in odata service.
if building app using other technology, deal service normal rest service , call using http client, browser or backend.
Comments
Post a Comment