Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 994 Bytes

File metadata and controls

30 lines (22 loc) · 994 Bytes

LocalDatabaseServices

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

Install

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

Getting Started

To run the server locally then run:

ant start