-
If you use wsdl first development, and configure as per [https://jax-ws-](https://jax-ws-)
commons.dev.java.net/spring/wsdl-first.html You can successfully have your own
wsdl presented at [http://serv…
-
I regognized inconsistencies between Jersey and RestEasy implementation of the Jax-RS Client code. The following code does not work in Jersey:
```
javax.ws.rs.clientClient client;
....
Response …
-
XJC does not add @XmlSchemaType(name = "dateTime|date|time|...") annotation on a XMLGregorianCalendar. The result of this is that if JAX-WS uses these classes, the auto-generated schema has xs:anySimp…
-
### Expected Behavior
`@FormParam` should not be transposed to `@QueryValue` in a multipart endpoint.
As per https://jakarta.ee/specifications/restful-ws/3.1/jakarta-restful-ws-spec-3.1.html#consu…
-
Due to the following declaration in spring-jax-ws-core.xsd, the
element currently cannot be made to work as announced in
[http://weblogs.java.net/blog/kohsuke/archive/2007/01/spring_support.html](ht…
-
Currently jax-ws-ri server only checks for "Host" in headers in WSHTTPConnection.getBaseAddress() implementation - com.sun.xml.ws.transport.http.server.ServerConnectionImpl.getBaseAddress()
Patch aga…
-
Currently JAX-WS always generates the WS-Addressing headers Action and ReplyTo
without mustUnderstand attribute:
[http://localhost/service](http://localhost/service)SomeAction
[http://www.w3.org/2005…
-
**Describe the bug**
We have a Jax-WS Client running on OpenLiberty and with Java 11 we see following Warning.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflec…
-
JAXB 2.0 has no provision of handling any collection class as a top-level
object. It can only handle them as properties of beans. To use jax-ws without
the need for wrapper classes for collections, ja…
-
Add contents from
[http://weblogs.java.net/blog/ramapulavarthi/archive/2007/02/useful_goodies.html](http://weblogs.java.net/blog/ramapulavarthi/archive/2007/02/useful_goodies.html)
#### Environment
Op…