I\'m trying to invoke methods from http://www.ibanbic.be/IBANBIC.asmx
I have read a lot of forums and tutorials, but all the information is about setting up a webser
ASP.NET:
First you have to add a web service:
And then you have to instantiate the webservice and call the method.
Hope it helps!