[
https://issues.apache.org/jira/browse/AXIS2-3498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13186131#comment-13186131
]
Sagara Gunathunga commented on AXIS2-3498:
-------------------------------------------
AFAIK above Ant task works fine. Use mailing list for this kind of a questions.
> Getting java.lang.RuntimeException:
> org.apache.axis2.deployment.DeploymentException
> -----------------------------------------------------------------------------------
>
> Key: AXIS2-3498
> URL: https://issues.apache.org/jira/browse/AXIS2-3498
> Project: Axis2
> Issue Type: Test
> Components: samples, build,site
> Environment: Windows XP
> Reporter: Hiranmoy Chakraborty
> Assignee: Deepal Jayasinghe
>
> I am getting java.lang.RuntimeException:
> org.apache.axis2.deployment.DeploymentException when trying to run target
> "generateJAVA2WSDL" task using axis2.1.3. My task def is provided below.
> Could you please help me to resolve this issue?
> <target name="generateJAVA2WSDL" depends="clean,compileServices">
> <mkdir dir="${wsdlFileDir}" />
>
> <echo message="Generating WSDL From Services..."/>
>
> <taskdef name="java2wsdl"
> classname="org.apache.ws.java2wsdl.Java2WSDLTask" classpathref="class.path"/>
>
> <java2wsdl outputFileName="${wsdlFileDir}/${wsdlFileName}.wsdl"
>
> className="com.tcs.webservice.service.ConcatinatorService"
> targetNamespace="urn:ConcatinatorService"
>
> locationUri="http://localhost:7001/tcsServices/webServices/ConcatinatorService">
> <mapping namespace="urn:ConcatinatorService"
> package="com.tcs.webservice.service"/>
> </java2wsdl>
>
> </target>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.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]