You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2019. It is now read-only.
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.
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]