This is a simple test client that populates and queries an address book residing on a server. Sample Usage: ------------ java clients.addressbook.Main [soap|axis] where is one of either SOAPPort or JavaPort is the full path including filename of the AddressBook.wsdl file [soap|axis] an optional value of soap or axis to specify which provider to use For example: java clients.addressbook.Main SOAPPort java\samples\addressbook\wsifservice\AddressBook.wsdl soap For more documentation see README.html in top level directory.