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 | |
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')
-rw-r--r-- | src/main/resources/wsdl/custom-bindings/stork.xml | 14 | ||||
-rw-r--r-- | src/main/resources/wsdl/custom-bindings/szrgw-schemas.xml | 10 |
2 files changed, 15 insertions, 9 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 diff --git a/src/main/resources/wsdl/custom-bindings/szrgw-schemas.xml b/src/main/resources/wsdl/custom-bindings/szrgw-schemas.xml index 7388e8e..3a10098 100644 --- a/src/main/resources/wsdl/custom-bindings/szrgw-schemas.xml +++ b/src/main/resources/wsdl/custom-bindings/szrgw-schemas.xml @@ -18,15 +18,7 @@ </schemaBindings> </bindings> </bindings> - - <bindings schemaLocation="../szrgw/stork.xsd"> - <bindings node="/xsd:schema"> - <schemaBindings> - <package name="at.gv.util.xsd.stork"/> - </schemaBindings> - </bindings> - </bindings> - + <bindings schemaLocation="../PersonData_20_en_moaWID.xsd"> <bindings node="/xsd:schema"> <schemaBindings> |