Search found 1 match

by plamas
18 Mar 2024, 14:35
Forum: Public Forums
Topic: JAX-WS and openJDK 11
Replies: 1
Views: 6236

JAX-WS and openJDK 11

We are trying to run an application witch consumes some SOAP JAX-WS. We add these libraries to the resources: <jarResource> <groupId>jakarta.xml.ws</groupId> <artifactId>jakarta.xml.ws-api</artifactId> <version>3.0.1</version> </jarResource> <jarResource> <groupId>javax.xml.ws</groupId> <artifactId>...