c# - Consume data returned from a WCF Service Application in HTML Lightswitch -
i have wcf service application hosted in iis. service queries clients on our network wmi data on demand. consume data in lightswitch html application hosted in iis on same server. need use wcf ria service? have little no knowledge of ria. looked this tutorial , i'm not sure if solution applies. data that's being returned service isn't coming database. guidance on how consume data wcf service in lightswitch html appreciated.
lightswitch won't directly connect wcf service, wrap in:
a) ria service
b) odata web api controller
Comments
Post a Comment