diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-08-06 08:15:52 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-08-06 08:15:52 +0200 |
commit | 204bb9f7c21964377455563a5e106ea191c1d590 (patch) | |
tree | e32afd88df9a5538e792341e7cd7540802adc0af /eidas_modules/authmodule-eIDAS-v2/src/test/resources/data/szr | |
parent | 36a0c4b55779c138235ae37216b900415a64f0eb (diff) | |
download | National_eIDAS_Gateway-204bb9f7c21964377455563a5e106ea191c1d590.tar.gz National_eIDAS_Gateway-204bb9f7c21964377455563a5e106ea191c1d590.tar.bz2 National_eIDAS_Gateway-204bb9f7c21964377455563a5e106ea191c1d590.zip |
add jUnit test with mockup of SZR WebService
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/src/test/resources/data/szr')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/src/test/resources/data/szr/szr_resp_error_travelerdocexists.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/src/test/resources/data/szr/szr_resp_error_travelerdocexists.xml b/eidas_modules/authmodule-eIDAS-v2/src/test/resources/data/szr/szr_resp_error_travelerdocexists.xml new file mode 100644 index 00000000..d627ded2 --- /dev/null +++ b/eidas_modules/authmodule-eIDAS-v2/src/test/resources/data/szr/szr_resp_error_travelerdocexists.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<SOAP-ENV:Fault xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> + <faultcode xmlns:p344="urn:SZRServices" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">p344:F455</faultcode> + <faultstring>The travel document you sent to insert a person already exists for another person. Either check the document or have the person altered accordingly</faultstring> + <faultactor>urn:SZRServices</faultactor> +</SOAP-ENV:Fault> |