Re: Calling a Web Service using Axis, from within an Axis Web Service running under Tomcat



Try:

cp ~/jars/jaxrpc.jar ~/jars/saaj.jar ~/tomcat/common/endorsed;

Also try putting your axis.jar into WEB-INF/lib

iksrazal

.