Miss Princess
New Member
I have a web-service which contains the confidential information (login details), so i need to compile it into assembly. Here i have 2 questions for this process.[*]How do i compile web-service into an assembly.[*]How do i call the web-service in Jquery as i was using below getJSON code to call web-service
$.getJSON("http://[external domain]/[servicename].asmx", function () {...})
So once i compile the web-service shall i be using the same syntax for calling web-service.Can anyone please let me know how to do above things.
$.getJSON("http://[external domain]/[servicename].asmx", function () {...})
So once i compile the web-service shall i be using the same syntax for calling web-service.Can anyone please let me know how to do above things.