RE: wsdl2java: union of simpleType

2002-04-29 Thread R J Scheuerle Jr
cc: Subject: RE: wsdl2java: union of simpleType 04/28/200

Re: wsdl2java: union of simpleType

2002-04-28 Thread Richard Emberson
Hi Glen, Yea, that looks good. Looking at the builtin types in the file Constants.java one ought to be able to test the Object returned by the getValue() method to tell the "type" of the union member. Richard ### Hi Richard: We don't yet cla

RE: wsdl2java: union of simpleType

2002-04-28 Thread Glen Daniels
Hi Richard: We don't yet claim to support union types, so I'm not surprised you got some weirdness. We should probably (as a minimal first step) be better about reporting an error when we come across a schema construct which we don't understand. How would unions be represented in java? Some