|
I would caution you about the design though. A JSP is really meant for display purposes, not "code". You're likely going to be better off having a bean of some sort behind the JSP that does the actual communication with the web service and have the JSP interact with that bean. That way you keep your display logic separate from your back end logic.
Greetings.
Felissa
|