|
|
Hi,
I have a requirement where a jsp form (with 10 fields) needs to submit data to the server. This data will then be passed on to other services using wsdl after some transformation on the server. Is it possible/sensible to use json/REST api to send the data from the client (jsp pages) to the server? Also, please note that, I do not have a database on the server side. The only purpose of fetching data on server is to do the transformation before passing it on to the wsdl's.
Any ideas/suggestions are welcome.