You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Davanum Srinivas <da...@gmail.com> on 2007/06/01 22:56:41 UTC

[Axis2] Update Java2WSDL to generate WSDL 2.0

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.

thanks,
dims

-- 
Davanum Srinivas :: http://davanum.wordpress.com

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


Re: [Axis2] Update Java2WSDL to generate WSDL 2.0

Posted by Sanjiva Weerawarana <sa...@opensource.lk>.
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


Re: [Axis2] Update Java2WSDL to generate WSDL 2.0

Posted by Davanum Srinivas <da...@gmail.com>.
Folks,
I think i have a handle on the changes needed after i made this checkin:
http://svn.apache.org/viewvc?view=rev&rev=543706

We'll have to switch around the dependency between kernel and
java2wsdl and some classes in java2wsdl will end up in kernel. i'll
try to make the changes over the weekend.

thanks,
dims

On 6/1/07, Davanum Srinivas <da...@gmail.com> 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.
>
> thanks,
> dims
>
> --
> Davanum Srinivas :: http://davanum.wordpress.com
>


-- 
Davanum Srinivas :: http://davanum.wordpress.com

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org