Tim Hamer wrote: > We're trying to create a Java application capable of consuming any web > service dynamically given only the WSDL. The only problem is that we can't > figure out how to invoke a service that takes a complex type as a parameter > without first generating code. Is it possible to use WSIF to do such an > invocation without generating code, and if so, could someone please send us > some hint on how to do so? > Tim,
it will depend on what you want to do with service/WSDL. typically one generates UI based on WSDL and that requires to do some XML schemas parsing to create a form to enter values and create XML document instance that is then sent using WSIF - for one example how it can be done check Xydra (so2urce code in CVS working but no longer supported). best, alek --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
