This rule flags Java code that has references to the javax.xml.ws package.
The Java API for XML-Based Web Services (JAX-WS) is not provided as part of the Java EE Web Profile. Consider packaging a JAX-WS implementation with your application, or migrate to Liberty or traditional WebSphere. If your application is deployed to Liberty, you must enable the jaxws-2.2 feature in your server configuration.
For more information, see Liberty profile: JAX-WS web services and Liberty jaxws-2.2 feature restrictions