You basically need a server that host an DBMS (private, non visible on internet) + an apache webserver (public, visible on internet) that will run your ISAPI module.
Your Android client will connect to your REST server (via the ISAPI module) while the REST server will send / get data from the DBMS.
have a look here : chapmanworld.com - Creating and Consuming Soap Services in Delphi.
ReplyDeleteIt is database server or database hosting from domain.. ?
ReplyDeleteYou basically need a server that host an DBMS (private, non visible on internet) + an apache webserver (public, visible on internet) that will run your ISAPI module.
ReplyDeleteYour Android client will connect to your REST server (via the ISAPI module) while the REST server will send / get data from the DBMS.
This might help you too
http://stackoverflow.com/questions/7354339/how-to-install-a-delphi-webservice-isapi-module-on-apache-2-3
stackoverflow.com - How to install a Delphi Webservice ISAPI module on Apache 2.3