Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrapper style - element references #203

Open
Tomas-Kraus opened this issue Jun 2, 2022 · 0 comments
Open

wrapper style - element references #203

Tomas-Kraus opened this issue Jun 2, 2022 · 0 comments

Comments

@Tomas-Kraus
Copy link
Contributor

JAX-WS spec specifies:
"2.3.1.2 Wrapper Style
A WSDL operation qualifies for wrapper style mapping only if the following
criteria are met:

(v) The wrapper elements only contain child elements, they MUST not contain
other structures such as wildcards (element or attribute), xsd:choice,
substitution groups (element references are not permitted) or attributes;
furthermore, they MUST not be nillable."

Some implementations do not allow element references for a wrapper child. Some
implementations allowed references that don't have substitution group. See
http://bugs.sun.com/view_bug.do?bug_id=6233575

We will follow the JAXB RI's evaluation and propose to drop "(element references
are not permitted)" from the above spec text.

Environment

Operating System: All
Platform: All

Affected Versions

[2.2]

Source: javaee/metro-jax-ws#858
Author: glassfishrobot

@lukasj lukasj transferred this issue from eclipse-ee4j/metro-jax-ws Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant