[ 
http://issues.apache.org/jira/browse/AXIS2-1360?page=comments#action_12442375 ] 
            
Davanum Srinivas commented on AXIS2-1360:
-----------------------------------------

Sample snippet for java2wsdl ant task

                <taskdef name="java2wsdl" 
classname="org.apache.ws.java2wsdl.Java2WSDLTask" 
classpathref="axis2.class.path"/>
                <java2wsdl className="mytest.MyEchoService" 
                                                outputLocation="${build}">
                        <classpath>
                                <pathelement path="${axis2.class.path}"/>
                                <pathelement location="${classes}"/>
                        </classpath>
                </java2wsdl>

-- dims

> Documentation for the 2 ANT tasks and the 4 maven plugins
> ---------------------------------------------------------
>
>                 Key: AXIS2-1360
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1360
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Davanum Srinivas
>         Assigned To: Chatra Nakkawita
>
> see $subject

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to