metro-jax-ws icon indicating copy to clipboard operation
metro-jax-ws copied to clipboard

wsimport ignores element name modification by JAXB bindings of wrapper style is used

Open Tomas-Kraus opened this issue 2 years ago • 0 comments

Say I have a wrapper element Request which has following nested elements: ONE, TWO, etc. note the upppercase. Now, I have created a bindings file to make them readible: <jaxb:property name="one" />, etc. This works as expected. Now if I use the wrapper style == true, it unwraps the stuff but the variable names remain as in the original XSD defs. My JAXB property is completely ignored.

This should be taken into account.

Affected Versions

[2.2.8]

Source: https://github.com/javaee/metro-jax-ws/issues/1137 Author: glassfishrobot

Tomas-Kraus avatar Jun 02 '22 17:06 Tomas-Kraus