On Jan 2, 2008, at 3:44 PM, Benson Margulies wrote:
Here's the question. Given an XML message, how do you unmarshal it if itlacks an xsi:type? If you have a list of root elements, then you know their types.If you don't have a list of root elements, what QNames do you associatewith the types? Do you assume that, if a class has schema type QName {aaaa}b that it also likes to be a root element names {aaaa}b?
Yes -dain
