Minimal jars required for Axis2 1.5 is slightly different from Axis2 1.4.1.
Here is a set of jars required with Axis2 1.5 to invoke a service written using Axiom and
to invoke it using direct service client using default axis2.xml file.
axis2-kernel-1.5.jar
axiom-api-1.2.8.jar
axiom-dom-1.2.8.jar
axiom-impl-1.2.8.jar
commons-logging-1.1.1.jar
wsdl4j-1.6.2.jar
XmlSchema-1.4.3.jar
neethi-2.0.4.jar
axis2-transport-local-1.5.jar
axis2-transport-http-1.5.jar
commons-httpclient-3.1.jar
mail-1.4.jar
commons-fileupload-1.2.jar
woden-api-1.0M8.jar
woden-impl-dom-1.0M8.jar
httpcore-4.0.jar
commons-codec-1.3.jar
geronimo-stax-api_1.0_spec-1.0.1.jar
wstx-asl-3.2.4.jar
axis2-jaxws-1.5.jar may be used to avoid some waning messages with the default axis2.xml.
Monday, November 30, 2009
Subscribe to:
Post Comments (Atom)
4 comments:
Thanks for this list. You sure saved a lot of my time
Thanks
Naveen
Thanks for the list!
I think you could remove geronimo-stax-api_1.0_spec-1.0.1.jar if you run against JRE 6.
Hi Amila,
Thanks for this informative blog. Is this list applicable for client side or the server side ?
Thanks,
Raghu
thanks buddy..
can u please add pom.xml codes also here for above jar dependencies
Post a Comment