Re: question on code generation with regard to non-alphabetic character in xml element name

2010-01-20 Thread Jerry Wang
just want to get original element names from generated classes, so those names can be passed onto other components. On Wed, Jan 20, 2010 at 12:50 PM, Gillen, Paul paul.gil...@nscorp.comwrote: Pardon the impertinence, but why? -- Paul

Re: question on code generation with regard to non-alphabetic character in xml element name

2010-01-20 Thread Jacob Danner
So you would use reflection or something like it to infer the name? Seems like you could get this 'actual element name' information from the schematypesystem apis without too much hassle. -jacobd On Wed, Jan 20, 2010 at 10:29 AM, Jerry Wang skidooj...@gmail.com wrote: just want to get original

RE: two similar xsd in the same wsdl databinded with xmlbean in axis2

2010-01-20 Thread Cezar Andrei
Bartolomeo, It depends if the schemas collide, i.e. they have the same target namespace and are using the same local names for global types, elements, attributes etc. Maybe _9 version is backwards compatible with _8, i.e. instances of _8 are valid under _9 schema, if this is the case you're