Level: Intermediate Henry Cui (henrycui@ca.ibm.com), Software Engineer, IBM
08 Sep 2006 In part 2 of this series, we configure HTTPS
for a Web services application. We create a self-signed
certificate using iKeyman and configure SSL settings using
IBM WebSphere® Admin Console. Finally, we test HTTPS
Web services from both a Java™ 2 Enterprise Edition
(J2EE) and Java 2 Platform, Standard Edition (J2SE) client. Prerequisites
This tutorial assumes that you have a basic knowledge of
Java technology and Web services.
System requirements
You need IBM
Rational® Application Developer v6.0.1.1
with the latest fixes. You also need the integrated IBM WebSphere®
Application Server v6.0 test environment.
Formats html, pdf
In this tutorial
If you participated in Part
1 of this tutorial series, you developed:
- A Web services J2EE client
- A Web services J2SE client
Part 2 of this tutorial will build upon Part 1, and show
you how to configure HTTPS Web services. In Part 2, you
will:
- Create the Key Stores, trust stores and certificates
using iKeyman for Web services and Web services
client. Import the server certificate into client
trust store. Import the client certificate into
server trust store
- Create an SSL configuration for Web services provider
- Create an SSL configuration for Web services client
- Modify the Web container to use the new SSL
configuration for Web services provider
- Configure the Web service client deployment descriptor
- Test HTTPS Web services from J2EE client
- Test HTTPS Web services from J2SE client
|