[Educational porpouses only]
This is the development of the third assignment given on the Introduction to Service Design Engineering course at University of Trento during Computer Science MSC.
The basic function is to use the service described below.
- [The Server on Heroku] 1
- The Server code
- Git clone the folder to your machine
- Make sure you have ant installed
- Go to the folder and in your terminal, type down ant execute.client
####How it works:
It will execute the client testing all server functions using WSDL. The tried functions are:
- readPersonList()
- readPerson(Long id)
- updatePerson(Person p)
- createPerson(Person p)
- deletePersonById(Long id)
- readPersonHistory(Long id, String measureType)
- readMeasureTypes()
- readPersonMeasure(Long id, String measureType, Long mid)
- savePersonMeasure(Long id, Measure m)
- updatePersonMeasure(Long id, Measure m)
The Client log gives an instance of the logs of client runing.