Calling web service method using jquery / Javascript
I referenced a asp,net web service in my project. I want to call the method of that web service through the jQuery ajax method which will be in separate .Js file. I am also concern about the security implementation and best practice when using such way to call a web service method.