From 11080d76cf46a7bed6d148f4857a2546a42f7850 Mon Sep 17 00:00:00 2001 From: nbailliet <nbt@kereval.com> Date: Tue, 20 Aug 2019 11:01:13 +0200 Subject: [PATCH] Revert "Gazelle Webservice Tester user manual updated to mention the new Mock Messages feature, corresponding mocks user manuals updated too" This reverts commit 2781262e526e02790e6222131d8f9e53f0bfcdb8. --- EPR-ADR-Simulator/user.md | 6 +----- EPR-ATC-Simulator/user.md | 4 ---- EPR-Assertion-Provider-Simulator/user.md | 4 ---- EPR-PPQ-Simulator/user.md | 5 +---- EPR-XDSMU-Simulator/user.md | 6 +----- Gazelle-Webservice-Tester/user.md | 25 ++---------------------- 6 files changed, 5 insertions(+), 45 deletions(-) diff --git a/EPR-ADR-Simulator/user.md b/EPR-ADR-Simulator/user.md index 1f89c0d..c02653f 100755 --- a/EPR-ADR-Simulator/user.md +++ b/EPR-ADR-Simulator/user.md @@ -293,8 +293,4 @@ It requires TLS mutual authentication with testing certificate (from GSS PKI). [ </xacml-samlp:XACMLAuthzDecisionQuery> </soap:Body> </soap:Envelope> -``` - -## Mock messages on GWT - -The mock messages feature is available for this mock from 1.2.1 version. +``` \ No newline at end of file diff --git a/EPR-ATC-Simulator/user.md b/EPR-ATC-Simulator/user.md index 469bf08..a446755 100755 --- a/EPR-ATC-Simulator/user.md +++ b/EPR-ATC-Simulator/user.md @@ -120,7 +120,3 @@ Here is an example URI for a requets on patient with ID **761337610430891416^^^S ``` http://ehealthsuisse.ihe-europe.net:8096/atc-record-repository/ARRservice/AuditEvent?date=ge2015-01-00&date=le2020-01-00&entity-id=urn:oid:2.16.756.5.30.1.127.3.10.3|761337610430891416 ``` - -## Mock messages on GWT - -The mock messages feature is available for this mock from 1.2.1 version. diff --git a/EPR-Assertion-Provider-Simulator/user.md b/EPR-Assertion-Provider-Simulator/user.md index 00b1dea..a30c2a3 100644 --- a/EPR-Assertion-Provider-Simulator/user.md +++ b/EPR-Assertion-Provider-Simulator/user.md @@ -904,7 +904,3 @@ gB6320GPGg==</ds:DigestValue> </env:Envelope> ``` -## Mock messages on GWT - -The mock messages feature is available for this mock from 1.2.1 version. - diff --git a/EPR-PPQ-Simulator/user.md b/EPR-PPQ-Simulator/user.md index 541edfa..ae7478f 100755 --- a/EPR-PPQ-Simulator/user.md +++ b/EPR-PPQ-Simulator/user.md @@ -284,7 +284,4 @@ It requires TLS mutual authentication with testing certificate (from GSS PKI). [ </epr:DeletePolicyRequest> </soap:Body> </soap:Envelope> -``` -## Mock messages on GWT - -The mock messages feature is available for this mock from 1.2.1 version. +``` \ No newline at end of file diff --git a/EPR-XDSMU-Simulator/user.md b/EPR-XDSMU-Simulator/user.md index d82d18d..17334c0 100755 --- a/EPR-XDSMU-Simulator/user.md +++ b/EPR-XDSMU-Simulator/user.md @@ -696,8 +696,4 @@ The actors involved in this profile are : Initiator, Responder and Document Regi </query:AdhocQueryResponse> </S:Body> </S:Envelope> -``` - -## Mock messages on GWT - -The mock messages feature is available for this mock from 1.2.1 version. +``` \ No newline at end of file diff --git a/Gazelle-Webservice-Tester/user.md b/Gazelle-Webservice-Tester/user.md index 96dc13e..e8bd883 100644 --- a/Gazelle-Webservice-Tester/user.md +++ b/Gazelle-Webservice-Tester/user.md @@ -4,7 +4,7 @@ subtitle: Gazelle Webservice Tester author: Malo TOUDIC function: Software developer date: 05/03/2019 -toolversion: 1.7.x +toolversion: 1.6.x version: 1.02 status: Approved document reference: KER1-MAN-IHE-GAZELLE_WEBSERVICE_TESTER_USER @@ -23,7 +23,7 @@ In addition, the tool is linked to Gazelle Test Management which allows the user # Log in -In most case, you will have to be logged in order to perform actions in Gazelle Webservice Tester. To do so, click on the **CAS Login** button (top right), and input your testing session credentials. +In most case, you will have to be logged in to perform actions in Gazelle Webservice Tester. To do so, click on the **CAS Login** button (top right), and input your testing session credentials. # Execute a project @@ -161,24 +161,3 @@ Once you have performed the cross validation, **its status and permanent link** It is still possible to perform a cross validation again by clicking on the new **refresh icon**. It will replace the previous cross validation retrieved informations with this cross validator's new ones. - -# Mock messages - -In **Mock Messages** menu, exchanged messages with mocks are separated from other messages obtained when communicating with simulators in Gazelle Webservice Tester -as part of transactions. - -**WARNING** : This feature is only available to several mocks as specific configurations are required in their implementation. -Please refer to mocks user manuals to know if they hold the configurations to use this feature. - -## Messages browser - -Messages exchanged with mocks are gathered in a table with informations on their context of use (timestamp, transaction, initiator, responder, etc.). -They can be filtered using those informations in the filter panel. -For each transaction, actions such as validation with EVSClient and messages details are available. - -## Message details - -Clicking on the magnifying glass in the Action column is redirecting to an overview on messages content. -Validation using EVSClient is possible too by clicking on 'Validate Again' button. Informations on the validation are displayed -once it has been performed and you have been redirected back to Gazelle Webservice Tester. - -- GitLab