Re: Does JavaToWSDL support generics ?

2008-04-21 Thread stlecho
' element ? Regards, Stefan Lecho. -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog -- View this message in context: http://www.nabble.com/Does-JavaToWSDL-support-generics---tp16743152p16804887.html Sent from the cxf-user mailing list archive

Re: Does JavaToWSDL support generics ?

2008-04-21 Thread stlecho
-- View this message in context: http://www.nabble.com/Does-JavaToWSDL-support-generics---tp16743152p16807958.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: Does JavaToWSDL support generics ?

2008-04-21 Thread Daniel Kulp
On Monday 21 April 2008, stlecho wrote: Ian, Unfortunately, Car is an interface and not a concrete class. Yea, that would be the issue. JAXB doesn't support interfaces directly, just concrete beans. To get this to work, you would need to write an XmlJavaTypeAdapter to convert the Car

Does JavaToWSDL support generics ?

2008-04-17 Thread stlecho
in the 'getAllCarsResponse' element ? Regards, Stefan Lecho. -- View this message in context: http://www.nabble.com/Does-JavaToWSDL-support-generics---tp16743152p16743152.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: Does JavaToWSDL support generics ?

2008-04-17 Thread Daniel Kulp
What version of CXF? That should definitely be working. Dan On Thursday 17 April 2008, stlecho wrote: Hi, I would like to generate a WSDL for the following method: public ListCar getAllCars();. In the generated WSDL I expect to have something similar to 'xs:element