Skip to main content


developerWorks  >  SOA and Web services | Rational  >

Build HTTPS Web services with Rational Application Developer, Part 2: Configure HTTPS Web services

developerWorks

Level: Intermediate

Henry Cui (henrycui@ca.ibm.com), Software Engineer, IBM

08 Sep 2006

Register now or sign in using your IBM ID and password.

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:

  1. A Web services J2EE client
  2. 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:

  1. 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
  2. Create an SSL configuration for Web services provider
  3. Create an SSL configuration for Web services client
  4. Modify the Web container to use the new SSL configuration for Web services provider
  5. Configure the Web service client deployment descriptor
  6. Test HTTPS Web services from J2EE client
  7. Test HTTPS Web services from J2SE client

Share this....

digg Digg this story del.icio.us del.icio.us Slashdot Slashdot it!


Back to top


Document options

Document options requiring JavaScript are not displayed


More in this series:
Build HTTPS Web services with Rational Application Developer