Hi,
We have developed a JAX-WS webservice using AXIS2 1.5, in the webservice we are trying to consume another webservice by generating the client using axis2 . But for every time the client code is executed it is creating axis2.jar file with some random name in
Tomcat temp folder, which is causing low disk space error. I have tried searching the net and found that it is the bug in axis2 framework. and also found that this issue is fixed in Axis2 1.5 but i am using Axis2 1.5 framework only and still facing the same issue. Is there any workaround for this? Any help on this is highly appreciated.
Thanks in advance.