Title: Re: "Chicken-Egg" problem with Java2WSDL/WSDL2Java

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

Reply via email to