I'm developing a native android app and would like to execute stored procedures which are already being used for the web application.
I have used the following links to connect my android app to the SQL Database, which I was able to do successfully.
http://seotoolzz.com/android/android-login-app-with-mssql-server.php
However, to execute the stored procedures, I thought of doing it by having web services in the middle layer (as explained in the below link) and that hasnt worked.
how to get data from sql server using web service in android
Kindly let me know how can I execute the stored procedures.
I would appreciate any help.
Thanks in advance