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

preserving wsdl metadata in annotations #204

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

preserving wsdl metadata in annotations #204

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

Comments

@Tomas-Kraus
Copy link
Contributor

When a JAX-WS compliant tool generates the client-side proxy codes from a WSDL,
some of the WSDL to JAVA mapping metadata are preserved in the annotations. We
have found however the metadata in the annotations are insufficient for the
proxy to be fully functional in the runtime. When a proxy/generatedService
instance is initialized in the runtime, it must read the WSDL before it can
process the first request. Requiring the WSDL in the proxy initialization has
become a problem on the implementation.

Following is a list of the metadata that should have been maintained in the
annotation:

  • SOAP Version
  • Endpoint Address
  • Attachment/MIME part binding
  • RPC style body namespace
  • wsdl:message/wsdl:part@name

Environment

Operating System: All
Platform: All

Affected Versions

[current]

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

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