[
https://issues.apache.org/jira/browse/AXIS2-3498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sagara Gunathunga resolved AXIS2-3498.
---------------------------------------
Resolution: Not A Problem
Assignee: (was: Deepal Jayasinghe)
> 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
>
> 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]