I\'d like to call a .net webservice from another domain using only jquery.
What is the best way to do this? and are there any configuration changes I need to be awar
I think your problem is to make the crossdomain call. You have to change the data type of your jQuery request to jsonp.
jsonp
Take a look at this link