Approach suggested
http://code.google.com/p/gwtrpccommlayer/ will not work as, it is meant for the the consumption from
java based client. Where as I am trying to invoke the web service through Java Script.
I either need to expose GreetingServiceImpl as a
SOAP web service or as a REST full web service. I followed the tutorial given
here. But instead of creating the Dynamic Web Project, I am trying this in the GWT project it self. But its giving the 404 error.
here is the code.
Servlet declaration in web.xml
And finally I HTML, having java script code to call the above service
Can anyone please give pointer on how can I solve this problem