Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to transform a WebService call that is using behaviours?

We have some really old code that calls WebServices using behaviours (webservice.htc), and we are having some strange problems... since they've been deprecated a long time ago, I want to change the call.

What's the correct way of doing it? It's ASP.NET 1.1

like image 287
juan Avatar asked Nov 06 '22 23:11

juan


1 Answers

You should be able to generate a proxy class using wsdl.exe. Then just use the web service as you normally would.

like image 132
Thedric Walker Avatar answered Nov 15 '22 08:11

Thedric Walker