mft
mft

Reputation: 329

How to add Apache Axis2 web service runtime to Eclipse

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

Upvotes: 2

Views: 26038

Answers (2)

nanthaa.ks
nanthaa.ks

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

Zack Dawood
Zack Dawood

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

enter image description here

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

enter image description here

Upvotes: 3

Related Questions