Tutorial: Creating a secured JAX-WS web service from an WSDL file
This tutorial will walk you through the steps to create a JAX-WS web service and client, and to secure it using a policy set. It will generate code similar to that in the JAX-WS RSP address book sample.
Learning objectives
Important: Applicable to WebSphere®
Application Server traditional
In this tutorial,
you will learn to:
- Create a JAX-WS enabled server and Web project
- Create the address book web service and test its business logic using the Generic Service Client
- Create the address book web service client and test it using sample JSPs
- Secure the web service using the WebSphere Application Server
To complete this tutorial, you will need approximately
2 hours. If you decide to explore other facets of web services while
working on the tutorial, it could take longer to finish.
Prerequisites
In order to complete this
tutorial end to end, you should be familiar with:
- Web services concepts
- WebSphere Application Server concepts
When you are ready, begin Lesson 1: Creating a server and Web project.