Tutorial: Web Services

The Big Picture

The web service tutorial is the second in a series of three tutorials, which builds the Investigate Application. The Investigate Application is designed to assemble a credit-worthiness report on loan applicants. (Note: you do not need to execute the tutorial series in order. You may proceed with this tutorial, even if you have not completed the previous tutorial in the series. Or you may skip ahead to the next tutorial in the series if you wish.)

The first tutorial in the series, the Tutorial: Java Control, builds the core of the application: the Investigate Java control, which consults a variety of components to compile the credit-worthiness report.

This, the second tutorial in the series, builds the web services tier of the application. You will build two web service access points to the functionality encapsulated by the Investigate Java control. These two web service access points are shown in blue in the diagram to the right.

The third tutorial in the series, the Tutorial: Page Flow, builds a web-based user interface for the Investigate Application.

Tutorial Goals

This tutorial will teach you how to create and test a web service with WebLogic Workshop. Along the way, you will also learn how to create methods that expose a service's functionality, become acquainted with WebLogic Workshop's support for asynchronous communication and loose coupling, and learn how controls speed the design process.

Tutorial Overview

Steps in This Tutorial

To begin the tutorial, see Step 1: Begin the Investigate Web Service.

Click the arrow to navigate to the next step.