You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Pantvaidya, Vishwajit" <vp...@selectica.com> on 2007/08/10 23:51:59 UTC

Which axis 1.3 jars to bundle

I am migrating my tomcat based axis1 service to axis2. The axis1 service
used the minimal axis content in an exploded format. So we just had the
axis.jar and axis-ant jars and any dependent jars in the classpath with
the requisite servlet definitions in the web.xml file.

 

With axis2, I see a whole lot of additional jars. Some of those I can
easily discard - but others are questionable. What is the minimal set of
jars to include for migrating the older service and adding MTOM
functionality in the newer service after migration. Is there an axis
dependencies list somewhere that will help me figure out the dependent
jars for my usage?