Davanum Srinivas wrote:
Team,

I was reviewing Java2WSDL for something (forgot what! in the end) when
it struck me. We don't have support there to generate WSDL 2.0
documents on the command line. Doh!. Then i realized that's because we
don't use Java2OMBuilder internally in the engine/kernel. We use
AxisService2OM2 and AxisService2OM...Is cleaning up support for
Java2WSDL to generate WSDL 2.0 and key off the same 2 classes
something we should do for 1.3? Please note that this means, java2wsdl
module will be no longer standalone and will need to be built after
kernel is built.

+1 for unifying how we do java2wsdl .. having two paths is guaranteed to be a maintenance headache. I don't see the kernel dependency as a major problem for the tool given it'll mean we can always use the path of <whatever> -> AxisService* -> <whatever> rather than a shortcut.

Sanjiva.
--
Sanjiva Weerawarana, Ph.D.
Founder & Director; Lanka Software Foundation; http://www.opensource.lk/
Founder, Chairman & CEO; WSO2, Inc.; http://www.wso2.com/
Director; Open Source Initiative; http://www.opensource.org/
Member; Apache Software Foundation; http://www.apache.org/
Visiting Lecturer; University of Moratuwa; http://www.cse.mrt.ac.lk/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to