Hi,
I have created JAX-WS webservice client and exported to a jar file.
I have included that jar file in another JAX-WS webservice and consumed the above webservice through the proxy. Axis2 jars file were getting created in TOMCAT server temp folder on every execution of axis2 client code. It is causing the low dik space problem.
Is there any way we can avoid the creation of axis2 jar file for every request to the webservice?
Thanks,
Karmooru