Skip to main content


developerWorks  >  SOA and Web services | Rational  >

Build Web services with transport-level security using Rational Application Developer V7, Part 1: Build Web services and Web services clients

developerWorks

Level: Intermediate

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

17 Jan 2008

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

Build secure Web services with transport-level security using IBM® Rational® Application Developer V7 and IBM WebSphere® Application Server V6.1. Follow this three-part series for step-by-step instructions about how to develop Web services and clients, configure HTTP basic authentication, and configure HTTP over SSL (HTTPS). This first part of the series walks you through building a Web service for a simple calculator application. You generate and test two different types of Web services clients: a Java™ Platform, Enterprise Edition (Java EE) client and a stand-alone Java client. You also handle user-defined exceptions in Web services.

Objectives

  • Create Web services based on an existing application.

  • Generate and test two types of Web services clients: a Java EE client and a stand-alone Java client.

  • Handle user-defined exceptions in Web services.

Prerequisites

None


System requirements

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 the writing, the latest version of Rational Application Developer was 7.0.0.5.

Note: IBM 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.



Duration

Under 2 hours


Formats

html, pdf


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

Discuss


My developerWorks needs you!

Connect to your technical community


More in this series:
Build Web services with transport-level security using Rational Application Developer V7