Hi,
I want to call a webservice hosted at the URL - "http://localhost:8080/myService/services/Echo" from a jsp. "add" is an operation provided by the web service. It takes two integer parameters as input and gives the sum of them as output.
Can anyone help me out with the code for calling a web service from jsp.
Thanks in advance,
Tiijnar
I want to call a webservice hosted at the URL - "http://localhost:8080/myService/services/Echo" from a jsp. "add" is an operation provided by the web service. It takes two integer parameters as input and gives the sum of them as output.
Can anyone help me out with the code for calling a web service from jsp.
Thanks in advance,
Tiijnar