During the generation of proxy classes for TRKD API services using Glassfish Metro (wsimport tool) we are getting errors like these:
[wsimport] [ERROR] Property "Value" is already defined. Use <jaxb:property> to resolve this conflict.
[wsimport] line 56 of jar:file:/D:/runtime/metro-2.1.1/lib/webservices-tools.jar!/com/sun/xml/xsom/impl/parser/datatypes.xsd
[wsimport] [ERROR] The following location is relevant to the above error
[wsimport] line 436 of http://api.rkd.reuters.com/schemas/Fundamentals/LookUp_1.xsd
Could this be a problem with name collision within the files? If so, how can I resolve this conflict?