[ http://issues.apache.org/jira/browse/AXIS2-445?page=all ]

Deepak Bhole updated AXIS2-445:
-------------------------------

    Attachment: axis2-Java2WSDL.java

Java2WSDL task attached. Of the options, classname is required, the rest are 
optional.

Example target (with all possible options):

    <target name="build-wsdl">
        <java2WSDL
            className="com.axis.examples.AxisTest01"
            outputLocation="/tmp/wsdls"
            classpathURI="/tmp/AxisServiceTest"
            targetNamespace="tnamespace"
            targetNamespacePrefix="tnamespaceprefix"
            schemaTargetNamespace="stnamespace"
            schemaTargetNamespacePrefix="stnamespaceprefix"
            serviceName="AxisTestServiceName"
            outputFileName="AxisTestWSDLFile.wsdl" >
          </java2WSDL>
    </target>

> Java2WSDL Ant Task
> ------------------
>
>          Key: AXIS2-445
>          URL: http://issues.apache.org/jira/browse/AXIS2-445
>      Project: Apache Axis 2.0 (Axis2)
>         Type: New Feature
>     Reporter: Davanum Srinivas
>  Attachments: axis2-Java2WSDL.java
>
> Can we please add an Ant Task for Java2WSDL? 
> thanks,
> dims

-- 
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

Reply via email to