| Author |
web services with JSP as front end.
|
silamala ramesh babu
Greenhorn
Joined: Dec 08, 2011
Posts: 20
|
|
I am creating two web services for getting the data from database and i know how to see the response for a given request in SOAP UI . but the thing is i need to give the search string from a JSp and i need to display the response again in JSP page .
>>So, tell me how to integrate my wwebservice and JSP.
|
rsilamala
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12269
|
|
If your response is going to be HTML formatted by a JSP, why are you calling this a web service instead of a standard HTML web application?
How are you planning to expose this "service" to the public?
Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: web services with JSP as front end.
|
|
|