How to transform a WebService call that is using behaviours?
Asked Answered
P

2

6

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

Powerful answered 29/8, 2008 at 18:41 Comment(0)
E
3

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

Encaustic answered 20/10, 2008 at 21:2 Comment(0)
A
0

While I'm not 100% sure what the Web Service behavior does, I recall it allows client-side script to call Web Services, which would make AJAX it's contemporary replacement.

Since you're using .NET 1.1 how about using Ajax.NET Professional to connect to the web services?

Angleaangler answered 1/9, 2008 at 9:53 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.