Add/set jaxb:version attribute in schema tag to avoid this exception
<xsd:schema
targetNamespace="http://xmlns.abc.com/"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:lite="http://xmlns.abc.com/"
xmlns:common="http://xmlns.oracle.com/integration/b2b/common"
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
jaxb:version="1.0" elementFormDefault="qualified">
No comments:
Post a Comment