>we develop a prototype using JDK 1.5. In this prototype we use Axis 1.2
>for SOAP communication between the client and the server (Tomcat
[quoted text clipped - 3 lines]
>support Java 5 enums? Or is there a standard solution? Or is it
>impossible at all :-)?
You could write the ordinal or the name instead.
You need a dummy class on the other end with the same name as the enum
or the enum constant (if you added custom methods to it) that will
behave sufficiently like an enum. Then it would not need custom
serialisation.
You could decompile the enum code to get you a first shot at such
code. The enums in 1.4 still won't work in case labels.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.