You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Trasca Virgil <vi...@yahoo.com> on 2007/12/23 10:51:06 UTC

Java2WSDL ant task

Hi all,

    From where I can download the Java2wsdl Ant task so I can generate wsdl from Ant builds?

Thank you,
Virgil



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


RE: Java2WSDL ant task

Posted by Martin Gainty <mg...@hotmail.com>.
good call!
 
more specifically
   <target name="main" >     <codegen     wsdlfilename="C:\test\wsdl\CombinedService.wsdl"     output="C:\output"     serverside="true"     generateservicexml="true"/>   </target>
output maps to -owsdlfilename maps to -uri
generateservicexml maps to -sdserverside maps to -ssMartin ______________________________________________Disclaimer and confidentiality noteEverything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission.> Date: Wed, 2 Jan 2008 09:21:58 +0100> From: mauro.molinari@cardinis.com> To: axis-user@ws.apache.org> Subject: Re: Java2WSDL ant task> > Trasca Virgil ha scritto:> > Hi all,> > > > From where I can download the Java2wsdl Ant task so I can generate wsdl from Ant builds?> > > > Thank you,> > Virgil> > The Ant task is defined by a Java class in Axis2 JARs.> Have a look at:> http://ws.apache.org/axis2/tools/1_3/CodegenToolReference.html#ant> You'll find some examples.> > Cheers.> > -- > Mauro Molinari> Software Developer> mauro.molinari@cardinis.com> > ---------------------------------------------------------------------> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org> For additional commands, e-mail: axis-user-help@ws.apache.org> 
_________________________________________________________________
Share life as it happens with the new Windows Live.
http://www.windowslive.com/share.html?ocid=TXT_TAGHM_Wave2_sharelife_122007

Re: Java2WSDL ant task

Posted by Mauro Molinari <ma...@cardinis.com>.
Trasca Virgil ha scritto:
> Hi all,
> 
>     From where I can download the Java2wsdl Ant task so I can generate wsdl from Ant builds?
> 
> Thank you,
> Virgil

The Ant task is defined by a Java class in Axis2 JARs.
Have a look at:
http://ws.apache.org/axis2/tools/1_3/CodegenToolReference.html#ant
You'll find some examples.

Cheers.

-- 
Mauro Molinari
Software Developer
mauro.molinari@cardinis.com

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