views:

965

answers:

2

Is it possible to use jQuery to connect to a .NET webservice? Maybe something I can pass a wsdl url too.

+1  A: 

I would recommend that you also take a look at jQuery's AJAX documentation

http://docs.jquery.com/Ajax

NTulip