0
I’m trying to make a connection to the bank using web service.
I even set up an example where I created the functions sum and multiply in my Webservice, but I’m having difficulty connecting my (HTML/Javascript) in my Webservice (C#).
I found several examples on the Internet, but none of them could resolve my doubts, for this reason I decided to ask here to see if someone could help me make this communication of Webservice with my HTML.
I need my HTML and Javascript to be separate from a web application because I want to use it (after understanding how communication works) phonegap to make requests to the database 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 phonegap and access a webservice to request data that comes from the bank and load them in the app.
The way you explained it wasn’t very clear... you came to make some code?
– Renan