-
Type: Task
-
Status: Done
-
Priority: Medium
-
Resolution: Done
-
Affects Version/s: 1.23.0
-
Fix Version/s: 1.23.0
-
Component/s: appng-application, appng-application-bom
-
Labels:None
Currently, we are missing JAX-WS support.
This can be solved by adding these dependencies:
<dependency> <groupId>com.sun.xml.messaging.saaj</groupId> <artifactId>saaj-impl</artifactId> <version>1.5.2</version> </dependency> <dependency> <groupId>jakarta.xml.soap</groupId> <artifactId>jakarta.xml.soap-api</artifactId> <version>1.4.2</version> </dependency>
Additionally, the Jakarta Libs should be used where ever possible.