The Local Database Service is a SOAP web service. It is on top of a database in order to provide data to the Storage Service. It is responsible for handling all persistence tasks on the database.
API Documentation
URL of the server (heroku)
WSDL file
In order to execute this server locally you need the following technologies (in the brackets you see the version used to develop):
- Java (jdk1.8.0)
- ANT (version 1.9.4)
Then, clone the repository. Run in your terminal:
git clone https://github.com/introsde-2015-FinalProject/LocalDatabaseServices.git && cd LocalDatabaseServices
and run the following command:
ant install
To run the server locally then run:
ant start