posted 17 years ago
Dudley Dawson,
which version of Axis are you using? I use AXIS 1.4 with weblogic 8.1 and I had to remove some .classes in the jar files that came with Axis/lib directory.
basically I removed Log.class from commons-logging-1.0.4.jar and some other class from jaxrpc.jar. ( I stripped the jar files, removed the classes and re-jared them).
I was too having all these problems when I started but if you search on the google, you come to know that some of the classes which come with commons-logging-1.0.4.jar and jaxrpc.jar are already exist in the weblogic.jar (I am talking about version weblogic8.1). so removing those classes fixed my problems.
show us what is the exception you are getting.
Thanks,
Ugender