how to Call a specific method of my Web Service from java script?
问题 i am trying to call a web service from my pure HTML page using java script. i had successfully created a web service using java on net beans. now i want to call a method from that web service using java script with sending some parameters to the web Service, i had tried so far but not succeed yet. i had successfully called the method using jsp page, but i need to do it by using simple html page. i had seen an example Here but it is not working with me. :( can you please give me some example,