Apache Axis2 1.6.1 comes with 67 jar files. There is little to no documentation on the jar file dependencies. So do you need all of these jar files for you project? Perhaps not.
For my project, I needed just the following.
- axiom-api-1.2.12.jar
- axiom-impl-1.2.12.jar
- axis2-adb-1.6.1.jar
- axis2-kernel-1.6.1.jar
- axis2-transport-http-1.6.1.jar
- axis2-transport-local-1.6.1.jar
- axis2-xmlbeans-1.6.1.jar (optional)
- commons-codec-1.3.jar
- commons-httpclient-3.1.jar
- commons-logging-1.1.1.jar
- httpcore-4.0.jar
- mail-1.4.jar
- neethi-3.0.1.jar
- woden-api-1.0M9.jar
- woden-impl-dom-1.0M9.jar
- wsdl4j-1.6.2.jar
- wstx-asl-3.2.9.jar
- xmlbeans-2.3.0.jar (optional)
- XmlSchema-1.4.7.jar
Advertisement