File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes Axi2_Codegen_Wizard error - Please help Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Axi2_Codegen_Wizard error - Please help" Watch "Axi2_Codegen_Wizard error - Please help" New topic
Author

Axi2_Codegen_Wizard error - Please help

Suraj Shekar
Greenhorn

Joined: Jul 25, 2002
Posts: 11
Hi,
I am trying to follow the tutorial at Developing Web Services Using Apache Axis2 Eclipse Plugins - Part I. When try to generate the wsdl file using Axis 2 Code Generator wizard I get the "java.lang.reflect.InvocationTargetException" message window at the final step. I am not able to find the log file to see the stack trace.

I found in some forums to add the 2 jar file "backport-util-concurrent-3.1.jar" and "geronimo-stax-api_1.0_spec-1.0.1.jar". I tried adding the 2 jar files under Axis2 Code Generator plug-in's lib folder and added the corresponding entry in its plugin.xml file. However when I tried to generate the wsdl file, I am still getting the same InvocationTargetException exception. I use the following

Tomcat : 6.0
Eclipse : 3.4.1
Axis2.war (deployed in tomcat webapps)
Java 1.6.0_16
AXIS2_HOME : C:\axis2-1.4.1

Am I missing something here. For some reason I am not able to make it to work.

Thanks in advance
Suraj
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Axi2_Codegen_Wizard error - Please help
 
Similar Threads
Faulty Web Services
Help Needed in java web services using axis2
webservice wsdl working in browser not through httpclient or any other means.
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/axis2/wsdl/Java2WSDL
Webservice client code generation using axis2 and eclipse galilio