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