Reputation: 329
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.
Upvotes: 2
Views: 26038
Reputation: 71
https://axis.apache.org/axis2/java/core/download.html
Downlaod Axis2 binary file from the link and set it in Preparaences > WebServices > Axis2 Preperences
Upvotes: 1
Reputation: 2230
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
axis in the search window --> Axis2 Preferences --> Axis2 Runtime --> Axis2 Preferences
Upvotes: 3