Homework 3
Due Wednesday October 19

Preparation: Read Chapter 5

To do:
  1. Install Tomcat and Apache Axis
  2. Using the instant deployment method:
  3. Use Call Object and Dynamic Invocation to write a client program.  Include a loop so the user can input sku and quantity.
  4. Generate a stub as described on page 254.
  5. Create a class to test your stub as described on page 255.
  6. Deploy your service using a wsdd, as described on page 267.
  7. Create a BadPartNumberFault that extends AxisFault.  Create a version of InventoryCheck that throws a BadPartNumber fault if the product doesn't exist.  See pages 288-290 for some (rough) details.
  8. Implement the Email Handler on page 293.