Expose database as web service
How can I expose a database as a json/xml web service. There are many
tutorials available for writing web services for given database however
how it can be made generic so the code can be used to generate web service
for any database, at least the CRUDs (create, read, update and delete).
Or may be there are tools available for that which I am not aware of.
No comments:
Post a Comment