calling a java webservice from html page and javascript

Posted by Jukki on Stack Overflow See other posts from Stack Overflow or by Jukki
Published on 2010-04-20T14:10:15Z Indexed on 2010/04/20 14:13 UTC
Read the original article Hit count: 161

Filed under:
|
|
|

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!!

© Stack Overflow or respective owner

Related posts about java

Related posts about JavaScript