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?