Dear all, I am writing a custom serializer that implements org.apache.axis.encoding.Serializer. I want to check the content written to the SerializationContext context in method serialize(QName name, Attributes attributes, Object value, SerializationContext context).
What method can be used to read and display the xml stream in SerializationContext? Thanks, George
