Is it possible to send json and get json using spring webservices?
Thanks Damien
You can use RESTEasy . It connects easily to Spring and has better JSON support than many of the RPC web service frameworks.
And here is a guide to get it working with Spring.