I'm not using mail either so I went with minumal set of jars specifically: axis,commons-discovery,commons-logging,jaxrpc,saaj,xml-apis,xercesImpl and log4j
http://ws.apache.org/axis/java/install.html#Step2SettingUpTheLibraries Windows: set AXIS_HOME=c:\axis set AXIS_LIB=%AXIS_HOME%\lib set AXISCLASSPATH=%AXIS_LIB%\axis.jar;%AXIS_LIB%\commons-discovery.jar; %AXIS_LIB%\commons-logging.jar;%AXIS_LIB%\jaxrpc.jar;%AXIS_LIB%\saaj.jar; %AXIS_LIB%\log4j-1.2.8.jar;%AXIS_LIB%\xml-apis.jar;%AXIS_LIB%\xercesImpl.jar UNIX: set AXIS_HOME=/usr/axis set AXIS_LIB=$AXIS_HOME/lib set AXISCLASSPATH=$AXIS_LIB/axis.jar:$AXIS_LIB/commons-discovery.jar: $AXIS_LIB/commons-logging.jar:$AXIS_LIB/jaxrpc.jar:$AXIS_LIB/saaj.jar: $AXIS_LIB/log4j-1.2.8.jar:$AXIS_LIB/xml-apis.jar:$AXIS_LIB/xercesImpl.jar export AXIS_HOME; export AXIS_LIB; export AXISCLASSPATH You'll see specific locations when you go to the axis happiness page HTH Martin ----- Original Message ----- From: Callaway, Pamela To: [email protected] Sent: Thursday, January 24, 2008 10:19 AM Subject: RE: required jar files for axis 2 Hey, I'm no expert, but I found I needed the following jars for my web service client: Axis Jaxrpc Saaj Wsdl4j Commons-logging Commons-discovery It runs without activation and javamail, but you might need those for what you're doing. That's just my experience. Pam From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, January 24, 2008 1:38 AM To: [email protected] Subject: required jar files for axis 2 Hi group, I just downloaded axis2 1.3. The lib folder comes with some 60 jar files as compared to 8-9 jar files with axis 1.4 What all jar files I need are essential if the I am deploying an axis-based web service. I am sure, I do not need all these jars with my web app. Thanks, Ajit DISCLAIMER: This message contains privileged and confidential information and is intended only for an individual named. If you are not the intended recipient, you should not disseminate, distribute, store, print, copy or deliver this message. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete or contain viruses. The sender, therefore, does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required, please request a hard-copy version.
