diff options
author | Thomas <> | 2021-07-26 11:42:24 +0200 |
---|---|---|
committer | Thomas <> | 2021-07-26 11:42:24 +0200 |
commit | 87ef6576fe73299f0c152f6b92209de4a459cd90 (patch) | |
tree | baeaca0b84ace5f1eb19f548127f274adab3b5e5 /eidas_modules/authmodule-eIDAS-v2/pom.xml | |
parent | 06b2307b2b572617ad85c5f5243c7295cbf92c41 (diff) | |
download | National_eIDAS_Gateway-87ef6576fe73299f0c152f6b92209de4a459cd90.tar.gz National_eIDAS_Gateway-87ef6576fe73299f0c152f6b92209de4a459cd90.tar.bz2 National_eIDAS_Gateway-87ef6576fe73299f0c152f6b92209de4a459cd90.zip |
add WDSL to search addresses by using ZMR
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/pom.xml')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/pom.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index 95ad2856..a51d031d 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -279,13 +279,24 @@ <extraargs> <extraarg>-verbose </extraarg> </extraargs> - </wsdlOption> + </wsdlOption> <wsdlOption> <wsdl>${basedir}/src/main/resources/wsdl/zmr_client/wsdl/Service.wsdl</wsdl> <extraargs> <extraarg>-verbose </extraarg> </extraargs> </wsdlOption> + + <!--Searching address by ZMR is not active because some XSD schemes have the same namespace as ZMR client but different content. + TODO: add WSDL binding description to build client into a particular package structure. + --> + <!-- wsdlOption> + <wsdl>${basedir}/src/main/resources/wsdl/addresssearching_client/wsdl/Service.wsdl</wsdl> + <extraargs> + <extraarg>-verbose </extraarg> + </extraargs> + </wsdlOption--> + </wsdlOptions> </configuration> <goals> |