Hi Matthias,

    Thanks for the info. But I thought that there
should be some way to use the axis-java2wsdl task that
comes in the axis-ant.jar file.

-Prakash

--- "Geiß,_Matthias" <[EMAIL PROTECTED]> wrote:
> Hi Prakash,
> 
> I use Java2WSDL like this:
> 
> 
>    <target name="generatewsdl" depends="init" >
>       <java
> classname="org.apache.axis.wsdl.Java2WSDL"
> classpath="${CLASSPATH}" fork="yes">
>          <arg value="-oservice.wsdl"/>
>          <arg
>
value="-lhttp://localhost:8080/axis/services/ServiceName"/>
>          <arg value="-nurn:bla.sdm.de"/>
>          <arg value="-pde.sdm.bla=urn:bla.sdm.de"/>
>          <arg
> value="-pde.sdm.bla.data=urn:data.bla.sdm.de"/>
>          <arg value="de.sdm.bla.ServiceInterface"/>
>       </java>
>    </target>
> 
> 
> Any tips for improvement are welcome.
> 
> Best regards,
> Matthias
> 
> 
> -----Ursprüngliche Nachricht-----
> Von: Prakash G.R. [mailto:[EMAIL PROTECTED] 
> Gesendet: Mittwoch, 26. März 2003 08:52
> An: [EMAIL PROTECTED]
> Betreff: usage of java2wsdl ant task
> 
> 
> Hi,
>      Can I get an example/document for using the
> java2wsdl task in ant?
> 
> Thanks in advance
> 
> -Prakash
> 
> =====
> All the technology in the world will never replace a
> positive attitude -Harvey Mackay
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Platinum - Watch CBS' NCAA March Madness,
> live on your desktop! http://platinum.yahoo.com


=====
All the technology in the world will never replace a positive attitude
-Harvey Mackay

__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com

Reply via email to