Before you start
If you went through Part 1 of this tutorial series, then you've already:
- Set up the servers.
- Created a Java bean.
- Created Web services.
- Created a Web services Java EE client.
- Created a Web Services stand-alone Java client.
Part 2 of this tutorial built upon Part 1, showing you how to configure HTTP basic authentication. In Part 2 you:
- Enabled IBM WebSphere> Application Server security.
- Configured HTTP basic authentication for the Web services provider.
- Configured HTTP basic authentication for the Web services client using deployment descriptor.
- Configured HTTP basic authentication for the Web services client programmatically.
- Monitored the HTTP basic authentication information using the TCP/IP monitor.
This tutorial, Part 3 of the series, shows you how to configure HTTPS. In it, you learn how to:
- Create the keystore, trust store, and certificate for the Web services provider.
- Create an SSL configuration for the Web services provider.
- Create a new Web container transport chain to use the new SSL configuration for the Web services provider.
- Configure HTTPS for the Web service client.
- Test HTTPS Web services from the Java EE client.
- Test HTTPS Web services from the stand-alone Java client.
You should have a basic understanding of Java technology and Web services to follow along with this tutorial.
You need to install IBM Rational® Application Developer V7 with the latest fixes. (You can download a trial copy of Rational Application Developer from developerWorks if you haven't purchased the license.) If you're not sure if your instance Rational Application Developer V7 is at the latest level, you can go to the IBM Installation Manager and select Update Packages to see if new updates are available. At the time of this writing, the latest version of Rational Application Developer was 7.0.0.5. (Note: IBM generally releases a fix pack approximately every three months. You may see a newer version of Rational Application Developer at the time of installation. Each new version of Rational Application Developer contains large quantities of fixes. We recommend that you install the latest version to avoid encountering problems that have already been fixed.)


