Hi, Version: Axis 1.2 beta Config: Document/literal Does anyone know if there is a way to force the Axis server to include the xsi:type attribute for a *single element* during serialization. Details: I am serializing a bean which contains another bean. The contained bean is referred to by an abstract base class because the actual implementation class may vary. The serialization is fine, but in order for the client to know which concrete class to instantiate, I need to include the xsi:type attribute along with the contained element.
I thought there may be a way to do this using type mapping (in WSDD), modifying the bean class itself (modifying typeDef ot bean members), or something else. Thanks, Eric
