To make Web Service you would need to use
* WebApp module to parse values of incoming request and locating appropriate database action
* DBAction module to
* retrieve data from database or
* put data into database
* JSON module to serialize DBAction response back.
Example: BookStore Web Service. Try it live. <Demo will be here>