WebSphere to Tomcat 9 - error calling Actuate SOAP API - axis.jar

Hi,

I am kind a new at JAVA stuff. We are in the process of switching from WebSphere to Tomcat 9.

Currently we used JAVA to call Actuate SOAP API to generate report or set permission on a new report. We are using the Axis.Jar, it works fine in WebSphere but when I try to run it on Tomcat in ECLIPSE it give me an error "java.lang.NoClassDefFoundError:".

Even when I try to load this class ( AxisClient ) it would still give me an error.  

Class.forName("org.apache.axis.client.AxisClient") 

Do I need to used difference Axis.Jar for Tomcat ?

Please let me know how I can get around this issue.

Thanks,

Kham