Web Services Invocation Framework:
Invoking the SimpleSOAP 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 DynamicInvoker class. Specify as command line arguments the location of the WSDL file for the stockquote sample followed by the operation you wish to invoke and the symbol for the company whose stockquote you are interested in. For example,
java clients.DynamicInvoker samples/simplesoap/StockquoteSOAP.wsdl getQuote IBM

To see details of how the WSIF API is used to make invocations dynamically, take a look at the code for the DynamicInvoker class.