Re: WSDL2Java: xml type in bean meta data

2002-12-05 Thread Thomas Sandholm
OK I have put this in now. Not sure why it didn't show up as a cvs commit notification to the list though. /Thomas At 09:58 AM 12/4/2002 -0800, Davanum Srinivas wrote: Thomas, As long as "ant clean all-tests" work. Please go ahead and check it in. If you really want to be sure that it stays i

Re: WSDL2Java: xml type in bean meta data

2002-12-04 Thread Davanum Srinivas
Thomas, As long as "ant clean all-tests" work. Please go ahead and check it in. If you really want to be sure that it stays in...Please add a test case. Thanks, dims --- Thomas Sandholm <[EMAIL PROTECTED]> wrote: > Hi, > > the current JavaBeanHelperWriter does not set the xml type that corresp

WSDL2Java: xml type in bean meta data

2002-12-03 Thread Thomas Sandholm
Hi, the current JavaBeanHelperWriter does not set the xml type that corresponds to the bean in the meta data, i.e does not do typeDesc.setXmlType(). Is there any particular reason why this was omitted? I have put it in and found it quite useful because it allows dynamic serialization of a b