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:
- Create a bottom-up web service with Axis runtime using this bean:
AddressBook.zip
- Choose document/literal (wrapped) in the Java Bean Identity page.
- Test the Web service using the sample JSP.