I have a client-server application that was developed by someone else, with the client side using JavaScript. I now need to create a new web service in ASP.net, but I'm unsure about how to call web methods. This situation is similar to what's described in this Stack Overflow thread, which unfortunately doesn't provide a clear answer for my specific needs. (It simply suggests using WCF, but I'm unfamiliar with how to implement it) (Note that my client app is completely separate from the server, imagine it being written in Eclipse) I am seeking guidance on how to call the default HelloWorld method of an ASP.net web service from a simple HTML code that includes JavaScript.
Thank you, Ela