I have a running database for web application built using C# and mvc 4, and we want to develop mobile apps. Now I have to create a secure api/web service that connects my mobile apps with my existing database and transfer data between them without need of creating a new database.
Even if i create a web service (completely no knowledge of implementation), How will I be able to get request from mobile and send the response back with result or error message?
Thanks