This feature enables support for Java API for XML-Based Web Services 2.2. JAX-WS web services and clients communicate using XML. Annotations can be used to simplify the development of JAX-WS clients and endpoints.
Command Line Install
To install the feature from the command line, type:
bin/installUtility install jaxws-2.2
If you are installing into 8.5.5.5 or earlier and the feature supports that version, use the featureManager command, for example:
bin/featureManager install jaxws-2.2 --when-file-exists=ignore
Config Instructions
To use the feature at runtime add the following to your server.xml file
<featureManager>
<feature>jaxws-2.2</feature>
</featureManager>
Additional Information