| 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.
|
 |
 |
|
|
subject: WAR containing Axis2 jars
|
|
|