I need to call web service ( which call is already workng ok in asp ) from an asp page, more exactly I need to call it from the onclick event of an html buttom. The page where the buttom is located contains 4 values in some fields that I need to have at them moment I call the web services.
The parameter I need to passw to the webservice are = source country, destination country, accountype, clientype.
Once I have this parameters, and call the webservice, I need to show the result it gaves me in the same page.
My problem is that I don't know how to include the code to call the webservices in the asp page that contains the parameters and then show the value once the webservice responses.
Take in consideration that I am not an experte in asp, soap, etc.
Thank you
Start Free Trial