How to add Apache Axis2 web service runtime to Eclipse

22,936

Solution 1

Axis and Axis2 plugin come default with Eclipse J2EE version, it is available in Eclipse Kepler and Ganymade.

Eventhough the plugin is available you need to upload the Axis2 runtime location the steps are as below, Hope this helps.

Go to Eclipse Menu --> Window --> Preferences

enter image description here

axis in the search window --> Axis2 Preferences --> Axis2 Runtime --> Axis2 Preferences

enter image description here

Solution 2

https://axis.apache.org/axis2/java/core/download.html

Downlaod Axis2 binary file from the link and set it in Preparaences > WebServices > Axis2 Preperences

Share:
22,936
mft
Author by

mft

a java developer

Updated on March 18, 2020

Comments

  • mft
    mft about 4 years

    I want to create a web service client for my project. I need to use the Axis2 runtime, but it is not available in my client environment configuration. How can I add it? I am using Eclipse Kepler.

    There should be Axis2 too

  • JayC
    JayC over 7 years
    I don't have axis2 only axis emitter. what to do?