Hi All,

I have an existing web service which accepts SOAP requests and sends SOAP responses. Now I wanted to add functionality to this existing web service which will enable it to accept HTTP GET Requests. How will I start this endeavor? I have read that I can deal with HTTP Requests via MessageDispatcherServlet. Any sample code or reference would be very well appreciated.