Here's the problem:
I tried with multiple Eclipse IDE versions.

eclipse-jee-galileo-SR1-win32
eclipse-jee-galileo-SR2-win32
eclipse-jee-helios-SR2-win32
eclipse-jee-indigo-SR1-win32

Axis2 runtime is axis2-1.6.1

Axis2 Plugin from http://axis.apache.org/axis2/java/core/tools/index.html

org.apache.axis2.eclipse.service.plugin_1.6.1.jar
org.apache.axis2.eclipse.codegen.plugin_1.6.1.jar

Tried putting above jars into either dropins or plugin directories, but not able to see Axis2 Wizard under File -> New -> Other (for all of the above eclipse IDEs).

link|improve this question
feedback

7 Answers

There was indeed an issue with the 1.6.1 versions of the plugins. You can use 1.6.0 or one of the snapshot builds.

link|improve this answer
I've tried Axis2 plugin 1.6.0 with Helios and Indigo, and it does work either. The WSDL generation has an exception on the last step of the wizard: An error occurred while completing process - java.lang.reflect.InvocationTargetException The code generation creates a file on the file system, but there is nothing in it. I'm on a MacBookPro, latest version of Java. I'm in transit right now, but I can dig up more details later if you would like. – Martin Rybczynski Nov 13 '11 at 12:55
feedback

I also got thru though the 1.4.1 was able to show up axis2 wizard for Eclipse Indigo Service Release 2, Build id: 20120216-1857 Java 7 x86 32bit

But, picked up the latest snapshot 1.7.0 version: axis2.eclipse.service.plugin-1.7.0-SNAPSHOT.jar and axis2.eclipse.codegen.plugin-1.7.0-SNAPSHOT.jar

link|improve this answer
feedback

After googling around for few hours. I figure it out that Axis2 Plug-in for Version 1.6.1 have bug on apache axis2 mailing list.

Looks like version 1.4 also have bug! didn't check whether it got fixed or not.

i used version 1.3 for Axis2 codegen & service-archieve from: http://archive.apache.org/dist/ws/axis2/tools/1_3/enter link description here

It worked well with eclipse-jee-indigo-SR1-win32.

Unzip the downloaded archives and put into /plugins,

link|improve this answer
If you are using Axis2 1.6.1 as runtime, then you should not use the 1.3 versions of the plugins. Instead use 1.6.0 or 1.6.2-SNAPSHOT as indicated in my response. – Andreas Veithen Nov 12 '11 at 10:34
I'm running into the same problem, but I tried Axis2 1.3 as well and it doesn't work either - that is, I can't see it from File > New > Other. Any idea? – miliu Dec 11 '11 at 15:47
feedback

Try to apply the batch provided HERE

link|improve this answer
feedback

I faced the same problem, after installing Axis2 1.6.1 for Eclipse Indigo. Did not find the Axis wizards in eclipse.

Thanks to Andreas Veithen's answer above, I was able to fix the problem.

Just install the SNAPSHOT versions from the link below,

https://repository.apache.org/content/groups/snapshots/org/apache/axis2/axis2.eclipse.codegen.plugin/SNAPSHOT/

You will need to download only 2 jars from here.

axis2.eclipse.codegen.plugin-SNAPSHOT.jar and axis2.eclipse.service.plugin-SNAPSHOT.jar

Save it to your eclipse/plugins directory. Open eclipse and ctrl+n, you will find the Axis wizards!

link|improve this answer
feedback

I have just lost few hours making my eclipse to see this wsdl2java plugin. So, if u are using newer eclipse version, this is what u should try.

  1. Download these 2 jar files dropins.rar
  2. Extract them to dropins folder in your eclipse installation. e.g. (eclipse/dropins/axis2.eclipse.codegen.plugin... .jar)
    (eclipse/dropins/axis2.eclipse.service.plugin... .jar)
  3. restart eclipse
  4. Go File/New/Other/Axis2 Wizard
  5. Enjoy using this plugin ;)
link|improve this answer
feedback

Looks like there is a problem with org.apache.axis2.eclipse.service.plugin_1.6.1 and org.apache.axis2.eclipse.codegen.plugin_1.6.1 plugins.

When I dropped under dropins folder in eclipse-jee-indigo-SR1-win32-x86_64. It didn't work.

As mentioned above I downloaded and used 1.6.2 axis2 plugins and it worked.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.