Getting java.lang.RuntimeException:
org.apache.axis2.deployment.DeploymentException
-----------------------------------------------------------------------------------
Key: AXIS2-3498
URL: https://issues.apache.org/jira/browse/AXIS2-3498
Project: Axis 2.0 (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.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]