The WebSphere Application Server Liberty Profile jaxws-2.2 feature, included in the extended content for the Liberty Profile, supports the Java API for XML-Based Web Services. With this feature, it is easy to develop web services applications on the Liberty profile.
This sample contains a server definition that includes the jaxws-2.2 feature. It also contains a demo application JaxWsSample.war, which demonstrates a number of JAX-WS features supported by the Liberty profile.
This sample can be installed onto runtime versions 8.5.5.0 and later.
To run the JAXWSWebSample application:
java -jar JAXWSWebSample.jar
bin
directory in the Liberty profile installation:
server run JAXWSWebSample
CWWKZ0001I: Application JAXWSWebSample started in XX.XX seconds.
This sample requires a Liberty Profile installation that includes the jaxws-2.2 feature. The jaxws-2.2 feature is available as part of the Liberty Profile extended content.
The JAXWSWebSample.war
file contains the source and binaries for the application, and can be
used to import it to Eclipse.
For further information and resources for developers using IBM WebSphere Application Server, please visit wasdev.net.