Bottom-up Web service with nested beans

Description:

This test will cover the complex type and nested complex type buttom-up Java Web service creation scenarios. AddressBook contains a complex type (Address), which also contains a complex type (PhoneNumber).

Instructions:

Description:

This test will cover the basic java type buttom-up Java Web service creation scenarios. The bean contains a set of methods which use different data types.

Instructions:

  1. Create a bottom-up web service with Axis runtime using this bean:
    AddressBook.zip
  2. Choose document/literal (wrapped) in the Java Bean Identity page.
  3. Test the Web service using the sample JSP.