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

The JAX-WS 2.1.1 spec misses necessary methods for Dispatch<?> clients #210

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

Comments

@Tomas-Kraus
Copy link
Contributor

The JAX-WS 2.1.1 specification architects and specifies fully dynamic JAX-WS
based Web Services clients.

To use such Dispatch<?> based clients together with WS-Addressing, the spec
needs to add two more factory methods to the Service class:

a) Service.createDispatch(QName portName, EndpointReference epr, Class class,
Mode messageMode);
b) Service.createDispatch(QName portName, EndpointReference epr, JAXBContext
context, Mode messageMode);

The RI source code already implements at least one of those methods so clearly
there is already the need for this.

For more information see the following forum thread:
http://forums.java.net/jive/thread.jspa?threadID=26576&tstart=30

Environment

Operating System: All
Platform: All
URL: http://forums.java.net/jive/thread.jspa?threadID=26576&tstart=30

Affected Versions

[JAXWS 2.1.1 RC1]

Source: javaee/metro-jax-ws#340
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

2 participants