summaryrefslogtreecommitdiff
path: root/src/main/resources/wsdl/custom-bindings/szr_v4.0-wsdl.xml
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2020-01-23 13:47:25 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2020-01-23 13:47:25 +0100
commitf7c97e3423fa51f9f3d32f0285f2468d95d5987d (patch)
treebd30f3c5ceabf149f42da518ec5b803e3c27b1ca /src/main/resources/wsdl/custom-bindings/szr_v4.0-wsdl.xml
parent2708d02b25f55883b387a334b4fd85dfb9ea831a (diff)
downloadegovutils-f7c97e3423fa51f9f3d32f0285f2468d95d5987d.tar.gz
egovutils-f7c97e3423fa51f9f3d32f0285f2468d95d5987d.tar.bz2
egovutils-f7c97e3423fa51f9f3d32f0285f2468d95d5987d.zip
add first version of SZR client v4.0
Diffstat (limited to 'src/main/resources/wsdl/custom-bindings/szr_v4.0-wsdl.xml')
-rw-r--r--src/main/resources/wsdl/custom-bindings/szr_v4.0-wsdl.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/resources/wsdl/custom-bindings/szr_v4.0-wsdl.xml b/src/main/resources/wsdl/custom-bindings/szr_v4.0-wsdl.xml
new file mode 100644
index 0000000..f95c35f
--- /dev/null
+++ b/src/main/resources/wsdl/custom-bindings/szr_v4.0-wsdl.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bindings xmlns="http://java.sun.com/xml/ns/jaxws"
+ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
+
+ <enableWrapperStyle>false</enableWrapperStyle>
+ <package name="at.gv.util.wsdl.szr_v4"/>
+
+</bindings> \ No newline at end of file