diff options
Diffstat (limited to 'src/main/resources/wsdl/custom-bindings/omsp-schemas.xml')
-rw-r--r-- | src/main/resources/wsdl/custom-bindings/omsp-schemas.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/main/resources/wsdl/custom-bindings/omsp-schemas.xml b/src/main/resources/wsdl/custom-bindings/omsp-schemas.xml new file mode 100644 index 0000000..c062aa2 --- /dev/null +++ b/src/main/resources/wsdl/custom-bindings/omsp-schemas.xml @@ -0,0 +1,23 @@ +<?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="../omsp/omsp.xsd"> + <bindings node="/xsd:schema"> + <schemaBindings> + <package name="at.gv.util.xsd.omsp" /> + </schemaBindings> + </bindings> + </bindings> + + <bindings schemaLocation="../omsp/W3C-XMLDSig.xsd"> + <bindings node="/xsd:schema"> + <schemaBindings> + <package name="at.gv.util.xsd.omsp.xsd" /> + </schemaBindings> + </bindings> + </bindings> + + +</bindings>
\ No newline at end of file |