diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2014-03-03 16:54:37 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2014-03-03 16:54:37 +0100 |
commit | 269cee30ed94b35b9c774470e590c03f92186e8a (patch) | |
tree | d2a0ab982379626ba8f2c237dde2d8c84a80d554 /src/main/resources/wsdl/custom-bindings/stork.xml | |
parent | defceef8afef538555c13d33e344a89a828a3d97 (diff) | |
download | egovutils-269cee30ed94b35b9c774470e590c03f92186e8a.tar.gz egovutils-269cee30ed94b35b9c774470e590c03f92186e8a.tar.bz2 egovutils-269cee30ed94b35b9c774470e590c03f92186e8a.zip |
update SZRGW client
update MIS-STORK client
Diffstat (limited to 'src/main/resources/wsdl/custom-bindings/stork.xml')
-rw-r--r-- | src/main/resources/wsdl/custom-bindings/stork.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/main/resources/wsdl/custom-bindings/stork.xml b/src/main/resources/wsdl/custom-bindings/stork.xml new file mode 100644 index 0000000..01bd26b --- /dev/null +++ b/src/main/resources/wsdl/custom-bindings/stork.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<bindings version="2.0" xmlns="http://java.sun.com/xml/ns/jaxb" + 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="../szrgw/stork.xsd"> + <bindings node="/xsd:schema"> + <schemaBindings> + <package name="at.gv.util.xsd.stork"/> + </schemaBindings> + </bindings> + </bindings> + +</bindings>
\ No newline at end of file |