Title: Re: "Chicken-Egg" problem with Java2WSDL/WSDL2Java
I have the same issue.
 
I would like to expose existing java interfaces and classes via SOAP. If  you run java2wsdl and then wsdl2java, you need to move logic from existing classes to SOAPBindingImp.java. Ideally, I would like to keep the logic in the original classes. Is there a way around?
 
Thanks,
 
Vishal
-----Original Message-----
From: Vervoort, Claude [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 04, 2002 3:28 PM
To: [EMAIL PROTECTED]
Subject: 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