Contact : thomas.burguiere@upmc.fr, florian.causse@upmc.fr

This project allows you to query the identification key generation webservice using a web client.
This project must be used and configured as an Eclipse Maven project.
Before running this client, ensure that the client is querying the REST version of the webservice.

In the "WebContent/WEB-INF/application-context.xml" file you can configure the server host name (line 12).
In the "WebContent/index.jsp" file you can configure the webservice options (line 29).

To build the project just click on "run as" and "maven install".
A war file ready to be deployed should appear present in the "target" directory.