Hi all,
I am a novice in java.
I am working on a synchronous scenario .I am working on NWDS. i have developed a web module project in the same i have generated a java class which calls a webservice(suggestions as to how a java class can send a request to a webservice and obtain response from the same are welcome)
I hav developed a jsp and i want to know how i can call the method implemented in my java class. i dont need to pass any parameters to my java class test.java .I just need to call it on the click of a button and i need to view the response from the webservice on the JSP.
please suggest how this can be achieved.
thanks in advance.
.