jax-ws-api
jax-ws-api copied to clipboard
JAX-WS API (Eclipse Project for JAX-WS)
https://jakarta.ee/specifications/xml-web-services/3.0/jakarta-xml-ws-spec-3.0.html#endpointpublishpermission defines specific permission. With SecurityManager being deprecated in JDK 17 as part of [JEP 411](https://openjdk.java.net/jeps/411), this section needs to be revisited.
README.md contains: > Jakarta XML Web Services project > Jakarta XML Web Services defines a means for implementing XML-Based Web Services based on Jakarta SOAP with Attachments and Jakarta Web...
Hi, Don't know if this is any use, so please feel free to ignore. I recently moved from Java 8 to Java 11 and my code stopped working... I fixed...
- [ ] promotes api staging release promotes the specification api jars to maven central. An example release job script can be found here https://wiki.eclipse.org/MavenReleaseScript. - [ ] go through...
During my review scan of the Enterprise Web Services 2.0 specification document, I noted the following issues: **General comments** - Was it decided that all XML Web Service Specs would...
Signed-off-by: Gaurav Gupta Seems `com.sun.xml.internal.ws.spi.ProviderImpl` refactored to `com.sun.xml.ws.spi.ProviderImpl` earlier but package is not renamed in `Provider` class. See the package of [ProviderImpl.java](https://github.com/eclipse-ee4j/metro-jax-ws/blob/master/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/spi/ProviderImpl.java).
In reading over the Handler Framework (section 9,) of the JAX-WS 2.2 Rev a (maintenance release 4), I found the Processing Model to be ambiguous about certain aspects of threading...
10.2.2.3 Mapping Exceptions to SOAP Faults talks about mapping exceptions to faults. SOAP 1.2 Fault can have the env:Node elmeent that carry information about which SOAP Node threw the fault....
The spec and javadocs about this method are way too vague. When is this method supposed to be used? I assume it's only valid for the generic Service class and...
Rather than only having a single message in the message context shoudl it contain both request and response messages (where applicable) ? #### Environment Operating System: All Platform: Macintosh ####...