aspose file tools
The moose likes Web Services and the fly likes WAR containing Axis2 jars Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "WAR containing Axis2 jars" Watch "WAR containing Axis2 jars" New topic
Author

WAR containing Axis2 jars

Mat Anthony
Ranch Hand

Joined: May 21, 2008
Posts: 195
Hi All,
I have integrated web services into my current web application. I'm currently using Axis2. The war file that I build
now contains all the jar files under axis/lib dir, hence the war file has become massive

Not sure whish jar files should only be incorporated within the war for my web services

I'm new to this, so looking for some advice.

Vijay Kumar
Ranch Hand

Joined: Jul 24, 2003
Posts: 260
Hi Mat,

All the Jar are required, because these jar file are required by axis WS-stack to handle and parse your SOAP envelope. many are XML parsers.According to my experience, there are too many casual dependencies among the JARs in Axis2.

Might be Axis2 team help you out to use the minimum jar file for basic functionality.

--Vijay
Mat Anthony
Ranch Hand

Joined: May 21, 2008
Posts: 195
Thanks for the reply Vijay.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: WAR containing Axis2 jars
 
Similar Threads
Hibernate & Axis2
complextype with Axis2
Help! Wsdl2Java Can't parse a Coldfusion WSDL?
Axis2.war in the enterprise application
New to WebService