A simple description of our architecture for the school project we are doing: -we have a data warehouse to compile data from all clients -clients are using a locally deployed web application.
Each client would have a local web application for it to stand on its own even without internet connection.
We would like to create a web service that will serve as connection for the client and the data warehouse. Our issue here is that the data warehouse and the clients are not in the same network.
OUR QUESTION: How do we make the web service available public so that clients can use it even if they are not in the same network with the data warehouse.