1

I am trying to make axis2 webservice but I get following error

enter image description here

But I already have added the axis2 in the Windows > Prefrences > Web Services > Axis2 Preferences

enter image description here

Also I restart my eclipse but the problem remains same. I am using eclipse neon.

Junaid
  • 2,572
  • 6
  • 41
  • 77

1 Answers1

2

This kind'a problems I correct it this way: the "Macho man way":

First of all, erase the axis2 from your eclipse, then:

  1. Download the zip from the eclipse page
  2. Unzip in somewhere well known to you
  3. Go to the folder "dropins" in your eclipse folder
  4. past there everything of the plugins folder from the unziped files
  5. Don't forget reboot eclipse

For more details read this and this

  • Choose the Axis2 war file's folder location in the Eclipse dialog at:

    Window -> Preferences -> Web Services -> Axis2 Emitter

Also see this answer:

Axis error about runtime location

developer_hatch
  • 15,898
  • 3
  • 42
  • 75