RE: Serialization of return values and inheritance hierarchies

2002-07-12 Thread Jinghua Gu
izerForJavaType(value.getClass());ser.serialize(name, >attributes, value, context); >Scott. > > > -- > > From: Stickley, Jim > > Reply To: [EMAIL PROTECTED] > > Sent: Friday, July 12, 2002 12:37 PM > > To: '[EMAIL PROTECTED]'

RE: Serialization of return values and inheritance hierarchies

2002-07-12 Thread Dunn, Scott
aType(value.getClass()); ser.serialize(name, attributes, value, context); Scott. > -- > From: Stickley, Jim > Reply To: [EMAIL PROTECTED] > Sent: Friday, July 12, 2002 12:37 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Serialization of return

RE: Serialization of return values and inheritance hierarchies

2002-07-12 Thread Stickley, Jim
Do you define a Serializer in your deploy.wsdd file for all your classes, or just the abstract class? I'm not sure if this will fix your problem, but I believe that Axis will only serialize the classes that are specified in the wsdd file. The only thing I'm not sure of is if Axis will match the