Web Services Invocation Framework:
Invoking the Java Sample using WSIF's dynamic invocation interface

After you have set up the CLASSPATH in your environment, to invoke this sample using WSIF's DII, run the Run class located in this directory. This class will populate an addressbook with two names and then query each of them by invoking various operations supported by the service. To run this class, specify on the command line the location of the WSDL file for the service. For example,
java localjava.client.dynamic.Run samples/localjava/AddressBook.wsdl

Look at the code in the Run.java file in this directory to see how to use WSIF's DII yourself. Note that the DynamicInvoker class we used to invoke the SimpleSOAP sample dynamically cannot be used for this one since the DynamicInvoker as it stands now is limited to invocation of services using primitive schema types only.