diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-08-07 10:30:22 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-08-07 10:30:22 +0200 |
commit | f7cbfd90cddddf3733501f68351b6eff00c40691 (patch) | |
tree | a4b63ced4ed284cb7a864457df523d8c6ec59b0f /src/main/resources/wsdl/custom-bindings | |
parent | eb83c1fd540f54a30528ad2c8281eda1e8aa2315 (diff) | |
download | egovutils-f7cbfd90cddddf3733501f68351b6eff00c40691.tar.gz egovutils-f7cbfd90cddddf3733501f68351b6eff00c40691.tar.bz2 egovutils-f7cbfd90cddddf3733501f68351b6eff00c40691.zip |
update MMS web-service for mandate collection
Diffstat (limited to 'src/main/resources/wsdl/custom-bindings')
-rw-r--r-- | src/main/resources/wsdl/custom-bindings/mms-schemas.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/wsdl/custom-bindings/mms-schemas.xml b/src/main/resources/wsdl/custom-bindings/mms-schemas.xml index d9e72b2..3f4e01b 100644 --- a/src/main/resources/wsdl/custom-bindings/mms-schemas.xml +++ b/src/main/resources/wsdl/custom-bindings/mms-schemas.xml @@ -3,7 +3,7 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc"> - <bindings schemaLocation="../mms/mms-1.0.xsd"> + <bindings schemaLocation="../mms/mms-1.1.xsd"> <bindings node="/xsd:schema"> <schemaBindings> <package name="at.gv.util.xsd.mms" /> |