jsp client keeps appending the result and displays it.
- by Deepak Konidena
Hi,
I have this jsp client that consumes a webservice. The problem with the client is whenever it calls the webservice and retrieves the result, it appends the result to the previous call's result and displays it. But, if i redeploy the war file, the result appears fine. (only for the first time though)
Thanks,
Deepak.