Web Services Invocation Framework:
Invoking the ComplexSOAP 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. Specify as command line arguments the location of the WSDL file for the service and the zip code you are interested in. For example,
java complexsoap.client.dynamic.Run samples/complexsoap/Zip2Geo.wsdl 10005

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.