From f7cbfd90cddddf3733501f68351b6eff00c40691 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 7 Aug 2019 10:30:22 +0200 Subject: update MMS web-service for mandate collection --- .../resources/wsdl/custom-bindings/mms-schemas.xml | 2 +- src/main/resources/wsdl/mms/mms-1.1.xsd | 47 ++++++++++++++++++++++ src/main/resources/wsdl/mms/mms.wsdl | 20 ++++----- 3 files changed, 55 insertions(+), 14 deletions(-) create mode 100644 src/main/resources/wsdl/mms/mms-1.1.xsd (limited to 'src/main/resources') 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"> - + diff --git a/src/main/resources/wsdl/mms/mms-1.1.xsd b/src/main/resources/wsdl/mms/mms-1.1.xsd new file mode 100644 index 0000000..0f5e6c7 --- /dev/null +++ b/src/main/resources/wsdl/mms/mms-1.1.xsd @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/wsdl/mms/mms.wsdl b/src/main/resources/wsdl/mms/mms.wsdl index 70dcf96..606b33b 100644 --- a/src/main/resources/wsdl/mms/mms.wsdl +++ b/src/main/resources/wsdl/mms/mms.wsdl @@ -1,16 +1,10 @@ - - - - - - + + + + + + @@ -38,6 +32,6 @@ - + -- cgit v1.2.3