Ok - that clears that up. I see the DynamicInvoker class being used as well. Is the code in that class the "recommended" way for us to build web service clients using dynamic invocation?
Anuj. --- Nirmal Mukhi <[EMAIL PROTECTED]> wrote: > WSIF allows stubless (dynamic) invocation as well as invocation > through > JAX RPC stubs. You don't have to do stub invocation if you don't want > to. > The sample present two alternative clients for accessing the same > service, > one using the dynamic API and one using a JAX RPC stub (all the > samples > follow this format). > > Anuj Agrawal <[EMAIL PROTECTED]> > I've been reading up on WSIF and it sounds great! I have a question > regarding usage. > > In the SOAP (StockQuote) sample on the ws.apache.org/wsif site, why > are > (any) stubs are used in the example? I thought one of the main ideas > of the dynamic invocation was that we wouldn't need to generate > stubs. > Did i miss something here? __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://platinum.yahoo.com
