tags:

views:

116

answers:

0

I'm using JAX-WS RI 2.1.6 (wsimport/JAXB) for data binding and for generating Java classes. However, I'm getting several of these errors:

org.xml.sax.SAXParseException: '*_Type' is already defined at com.sun.xml.internal.xsom.impl.parser.ParserContext$1.reportError(ParserContext.java:165) at com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx.reportError(NGCCRuntimeEx.java:159) at com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx.reportError(NGCCRuntim

Is this an issue with schema name space collision ? Then when I test it with Apache Axis 2 and XMLBeans, there are no issues - everything is smooth. Wonder why its an issue with JAX WS? .

Thanks