If you use wsdl2java -H the type information is actually stored in an Helper class, not in the Javabean itself.
Would it be possible then to:
1- generate the code with the Helper in a temp folder
2 - move back only the skeleton and the helper classes to the original folder
Axis then have its proper TypeDesc and we keep our original Javabeans.
Claude