diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2018-10-29 11:20:10 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2018-10-29 11:20:10 +0100 |
commit | fc88f2f4a3658da627eb65254f80f875b6368569 (patch) | |
tree | 010c1a2873a392f6fb1525e966ab6291be820e6a /eidas_modules/authmodule-eIDAS-v2/pom.xml | |
parent | 454ddffa9cf9b27eb8a788da1763c13829febc1f (diff) | |
download | National_eIDAS_Gateway-fc88f2f4a3658da627eb65254f80f875b6368569.tar.gz National_eIDAS_Gateway-fc88f2f4a3658da627eb65254f80f875b6368569.tar.bz2 National_eIDAS_Gateway-fc88f2f4a3658da627eb65254f80f875b6368569.zip |
update SZR client to new eIDAS specific getIdentityLink request
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/pom.xml')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index e70543c7..fe32a383 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -179,7 +179,7 @@ <sourceRoot>${project.build.directory}/generated/cxf</sourceRoot> <wsdlOptions> <wsdlOption> - <wsdl>${basedir}/src/main/resources/szr_client/SZR-1.WSDL</wsdl> + <wsdl>${basedir}/src/main/resources/szr_client/SZR-1.1.WSDL</wsdl> <extraargs> <extraarg>-verbose </extraarg> </extraargs> |