On Tue, Mar 24, 2009 at 6:18 PM, Pradeep Fernando <[email protected]> wrote: > Hi Raymond, > > Thanks for your feed-backs and would like to work on this project as this > lies in my comfort zone.i'll come up with a initial design so that we can > work on to improve it further. > plz see my comments inline. > >> Allows the plug-in of databinding specific XSD2Java generators > > Exactly what i was thinking of. > >> Axis2 WSDL2Java is not fully JAX-WS compliant. > > Yes currently Axis2 code generation tool is not 100% JAX-WS compliant. But > Some work has been done in this area as i know. i'll look in to this. > > Cheers, > Pradeep Fernando. >
It's worth pointing out that, for anyone interested in the Java2WSDL side of this, we have code in the Tuscany runtime already that does JAX-WS/JAXB based Java2WSDL. There is an element of plugability of databindings here if I understand the current code correctly. However it is all embedded in the runtime so a great first step would be to extract that out into a separate Java2WSDL command line tool before moving on to look at how SDO support, for example, could be added. Regards Simon
