aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules/authmodule-eIDAS-v2/pom.xml
diff options
context:
space:
mode:
authorThomas <>2021-07-26 11:42:24 +0200
committerThomas <>2021-07-26 11:42:24 +0200
commit87ef6576fe73299f0c152f6b92209de4a459cd90 (patch)
treebaeaca0b84ace5f1eb19f548127f274adab3b5e5 /eidas_modules/authmodule-eIDAS-v2/pom.xml
parent06b2307b2b572617ad85c5f5243c7295cbf92c41 (diff)
downloadNational_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.xml13
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>