How to call a web service from a jsp

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tiijnar
    New Member
    • Nov 2008
    • 14

    How to call a web service from a jsp

    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
Working...