Creating RESTFul Webservice with following route:- Sr.No. URI HTTP Method Result 1 /user GET Show list of all the users. 2 /User POST Add details of new user. 3 /User/:id GET Show details of a user. 4 /User/:id PUT Edit details of a user. 5 /User/:id DELETE Delete a user.