I'm trying to make a connection to the bank using web service.
I came up with an example where I created the sum and multiply functions in my WebService, but I'm having difficulty connecting my (HTML / JavaScript) to my WebService (C #).
I found several examples on the internet, but none of them could resolve my doubts, so I decided to ask here to see if anyone could help me make this WebService communication with my HTML.
I need my HTML and Javascript to be separated from a web application because I want to use (after understanding how communication works) phonegap to make requests to the bank and return the values to the user.
I do not know if I could be very clear, but my idea is to have an app compiled in the phonegap and in it access a webService to request data coming from the bank and upload them in the app.