Call webservice in asp.net ajax

How can I call a webservice not written by me from asp.net ajax. What's the last and best way to do this?

+1


a source to share


2 answers


ASP.NET AJAX is no longer the preferred library. Use jQuery instead, which also supports jsonp , which you will need to call cross-domain web services from the client.



+1


a source


Call Sys.Net.WebServiceProxy invoke Method



Details here

+2


a source







All Articles