I noticed that when calling an operation you keep an array of Class as the return types. I imagine this supports some notion of multiple return values of different types in web services. How in Java would you, if ever, use this functionality? Or is it not really used?
When in Java would you put more than one class in the return types array? Also, in that array can each Class refer to the class of a Collection or, more interestingly, an array? Thanks. -- View this message in context: http://www.nabble.com/Multiple-return-types-tf3595130.html#a10042956 Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
