I want to consume web service whether SOAP or REST api in my Visual studio 2015 apache cordova application. The list widgets which I have on my UI, I want to bind the values retrieved from these web services. How to do so?
Presently I have a API url which provides jaosn data. It would be really helpful to know how its done with it.
Also, if available, provide the link where I can study to do so.