Creating the javascript to call a Web Service in Atlas/Ajax
<
script type="text/javascript" language="JavaScript" src="WebService.asmx/js">So, I want to call some methods on this web service on my web server that is called WebService.asmx. I need some javascript on the client that can do that. Well, with Atlas, if I add the "/js" option to the src attribute's value, then I get the javascript necessary and I can call into my WebService methods.
Wally