You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Grenier Nicolas <Ni...@atosorigin.com> on 2004/10/22 17:34:54 UTC

No more overwrite JavaBeans ?

Hello,

Currently, the WSDL2Java tool overwrites JavaBeans that are passed as =
parameters of a WebService method. This is a problem to use pre-existing =
JavaBeans as parameters of a method because the classes pre-existing =
classes are lost.

Is it planned / possible to make an evolution in order to no more =
overwrite JavaBeans ? I think it should be possible to generate a helper =
class, something like myJavaBeanMarshaller / myJavaBeanUnmarshaller, to =
do the job ?

Thanks in advance.

Nicolas Grenier.