cancel
Showing results for 
Search instead for 
Did you mean: 

Axis Framework

Former Member
0 Kudos

hi experts,

I need to download the Axis 1.4 src package and use the jar files in it to implement a partticular scenario in XI.

However when i did download it from [http://ws.apache.org/axis/] though i find all the below listed files:

axis.jar
 commons-discovery-0.2.jar
 commons-logging-1.0.4.jar
  wsdl4j-1.5.1.jar

i fail to find the file

commons-net-1.0.0-dev.jar

in it. I tried to google and find the file but failed to get it .

This requirement is urgent.Could you please suggest me a link where I will get the proper source file . and if not that atleast suggest what file should i downoad in place of commons-net-1.0.0-dev.jar .

Many Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Neha,

You can download the jar you need here:

[http://commons.apache.org/downloads/download_net.cgi|http://commons.apache.org/downloads/download_net.cgi]

Former Member
0 Kudos

Hi Gregor,

I downloaded the Source and the binary keys shown in the link you suggested.

i cannot find the .jar files anywhere.

Former Member
0 Kudos

The Jar file is called commons-net-1.4.1.jar in the binary zip file.

Are you using eclipse? If so then add that to your classpath and do an "organise imports" and you should be set.