From c80febd84a2c2aac157c00cb6250094b07a84cc1 Mon Sep 17 00:00:00 2001
From: wbars <wbs@kereval.com>
Date: Mon, 16 Sep 2019 17:27:02 +0200
Subject: [PATCH] Review Installation manuals [EHSBP-558][EHSBP-559][EHSBP-560]

---
 EPR-ADR-Simulator/installation.md    | 14 ++++----------
 EPR-XDSXCA-Simulator/installation.md | 28 +++++++---------------------
 2 files changed, 11 insertions(+), 31 deletions(-)

diff --git a/EPR-ADR-Simulator/installation.md b/EPR-ADR-Simulator/installation.md
index c0d6026..135b298 100644
--- a/EPR-ADR-Simulator/installation.md
+++ b/EPR-ADR-Simulator/installation.md
@@ -3,11 +3,11 @@ title:  Installation Manual
 subtitle: ADR Simulator
 author: Youn Cadoret
 function: Developer
-date: 02/06/2019
+releasedate: 02/06/2019
 toolversion: 1.3
-version: 1.0
+version: 1.02
 status: Approved Document
-reference: KER1-MAN-IHE-ADR_SIMULATOR_INSTALLATION-0_01
+reference: KER1-MAN-IHE-ADR_SIMULATOR_INSTALLATION-1_02
 customer: IHE-EUROPE
 ---
 # EPR ADR Provider MockUp
@@ -16,7 +16,7 @@ customer: IHE-EUROPE
 
 The EPR ADR Provider MockUp is a SoapUI webservice (mock) that provides Authorization Decisions when requested.
 
-* default_wsdl_url: http://ehealthsuisse.ihe-europe.net:8091/adr-provider?wsdl
+* default_wsdl_url: http://ehealthsuisse.ihe-europe.net/adr-provider?wsdl
 * default_path: /adr-provider
 * default_port: 8091
 * default_mock_name: AdrDecisionQuerySoapBinding_MockService
@@ -124,9 +124,3 @@ You might need to install those following packets
 ```bash
 sudo apt-get install -y libxrender1 libxtst6 libxi6
 ```
-
-You might need to resolve errors when starting the mock
-
-```bash
-sudo mv /root/.soapuios/ /root/.soapuios_old
-```
diff --git a/EPR-XDSXCA-Simulator/installation.md b/EPR-XDSXCA-Simulator/installation.md
index c007f27..0c3cafa 100644
--- a/EPR-XDSXCA-Simulator/installation.md
+++ b/EPR-XDSXCA-Simulator/installation.md
@@ -3,11 +3,11 @@ title:  Installation Manual
 subtitle: XDS XCA Simulator
 author: ycadoret
 function: tester
-date: 16/09/2019
+releasedate: 16/09/2019
 toolversion: 1.0.0
-version: 1.0.1
-status: TO BE REVIEWED
-reference: KER1-MAN-IHE-XDS_XCA_SIMULATOR_INSTALLATION-1
+version: 1.02
+status: REVIEWED
+reference: KER1-MAN-IHE-XDS_XCA_SIMULATOR_INSTALLATION-1_02
 customer: eHealth Suisse
 ---
 
@@ -17,7 +17,7 @@ customer: eHealth Suisse
 
 The EPR XCA Responding gateway MockUp is a SoapUI webservice (mock).
 
-* default_wsdl_url: http://ehealthsuisse.ihe-europe.net:8099/RespondingGateway
+* default_wsdl_url: https://ehealthsuisse.ihe-europe.net/RespondingGateway?wsdl
 * default_path: /RespondingGateway
 * default_port: 8099
 * default_mock_name: RespondingGateway
@@ -79,7 +79,7 @@ If you want the service to start at each machine start up
 sudo update-rc.d xcaRespondingGateway defaults
 ```
 
-Be careful to allow the service to write logs into your target directory. As example
+Be careful to user rights to allow the service to write logs into your target directory. As example
 
 ```bash
 sudo mkdir /var/log/soapui
@@ -115,13 +115,6 @@ You might need to install those following packets
 sudo apt-get install -y libxrender1 libxtst6 libxi6
 ```
 
-You might need to resolve errors when starting the mock
-
-```bash
-sudo mv /root/.soapuios/ /root/.soapuios_old
-```
-
-
 
 # EPR XDS Registry MockUp
 
@@ -129,7 +122,7 @@ sudo mv /root/.soapuios/ /root/.soapuios_old
 
 The EPR XDS Registry MockUp is a SoapUI webservice (mock).
 
-* default_wsdl_url: http://ehealthsuisse.ihe-europe.net:8098/DocumentRegistry
+* default_wsdl_url: http://ehealthsuisse.ihe-europe.net/DocumentRegistry?wsdl
 * default_path: /DocumentRegistry
 * default_port: 8098
 * default_mock_name: DocumentRegistry
@@ -226,10 +219,3 @@ You might need to install those following packets
 ```bash
 sudo apt-get install -y libxrender1 libxtst6 libxi6
 ```
-
-You might need to resolve errors when starting the mock
-
-```bash
-sudo mv /root/.soapuios/ /root/.soapuios_old
-```
-
-- 
GitLab