DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12873>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12873 Axis clients don’t set xsi:type attribute when marshalling arrays of java.lang.Objects. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-09-23 14:28 ------- I think the deal is (and I'll have to check with a schema guru to confirm) that ANY XML document which is described by XML Schema may contain xsi:type attributes anywhere in the document, because you can always insert a schema type which is a restriction/extension of the expected type as per the schema. This has, incidentally, been fixed in the latest codebase, we now force emission of xsi:types any time a type is being serialized which isn't exactly the type expected. Please confirm that it now works for you, thanks!