From 342f01bb0dadb1e940bec56aab351abb9d893ae0 Mon Sep 17 00:00:00 2001 From: x-rodubou <romuald.dubourg@kereval.com> Date: Thu, 12 Oct 2023 10:58:05 +0200 Subject: [PATCH] [Update] Add the link to the repository which is not intuitive --- CH-IUA-Validator/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CH-IUA-Validator/installation.md b/CH-IUA-Validator/installation.md index f816206..98ee260 100755 --- a/CH-IUA-Validator/installation.md +++ b/CH-IUA-Validator/installation.md @@ -27,7 +27,7 @@ To install those requirements you can refer to the documentation of installation ## Instructions -Copy the chiua-validator-service.war into the "/usr/local/wildfly18/standalone/deployments" directory of your Wildfly server. Finally, start your server. +Get the chiua-validator-service.war from https://gazelle.ihe.net/nexus/#nexus-search;quick~app.validator and copy it into the "/usr/local/wildfly18/standalone/deployments" directory of your Wildfly server. Finally, start your server. Once the application is deployed, open a browser and go to http://yourserver/chiua-validator-service/ModelBasedValidationWSImpl?wsdl in order to check of the service is available. -- GitLab