calling a java webservice from html page and javascript
- by Jukki
Hey guys,
I'm trying to call a java implemented web service (using the NetBeans IDE) from javascript. I have read a lot about jQuery and AJAX but i cant seem to get a hand on it.
suppose my web service WSDL is found at: http://localhost:8080/MICE_Server/MapEditorService?WSDL
web method name : sayHello(String name) which returns a string.
how would i be able to to this in javascript?
thanks in advance for ur help!!