I received the following error: java.io.IOException: No serializer found for class java.lang.Character in registry org.apache.axis.encoding.TypeMappingImpl@cb42cf
Are char type fields not supported? Should I take a shot at implementing this and contributing the code? Anyone have some direction on where the code should go? I'll probably just first attack it writing a custom Serializer/Deserializer since that's what I've already been looking at. I imagine that most primitives are handled in one place, though, aren't they? -joel
