This repository was archived by the owner on Feb 5, 2019. It is now read-only.
This repository was archived by the owner on Feb 5, 2019. It is now read-only.
Global customization are not applied to xjc when input document is WSDL #821
Closed
Description
When input file to xjc is wsdl, xjc ignores global customizations. The root cause of this is that xjc tries to inline the customizations by inlining them under root element. This works fine for schema, but for wsdl it has to be inlined under different element as only schema part of wsdl is considered and the rest is ignored.
Affected Versions
[2.2.4]