Hello again, Is there any way in Axis to tell the encoder to ignore public static fields? Or better yet, if the field is final, to ignore setting it?
I have a class that has a list of public static final attributes. They get encoded OK (which is a bit verbose I guess), but when they get decoded the engine tries to set those final fields, which of course fails. Any ideas here? Do I have to move those static finals out of the class? Thanks very much, Seth
