So in your sparse array serializer, did you use the
SoapUtilEnc.generateStructureHeader() call like all the other "sample"
serailizer/deserializers do, or did you have to replicate that
functionality yourself?

>From what I read, the generateStructureHeader() opens and element tag,
writes the element name, namespace attributes, datatype attributes,
then closes the element tag.  All this data is written to "sink" and
there doesn't seem to be a way to get that call to write out any user
defined attributes.


Reply via email to