I encountered a problem on the client side running on WebSphere 3.5 w/1.2.2
-- AxisClientProxy implements java.lang.reflect.InvocationHandler, which is
a 1.3 ifc.
- Dan
-Original Message-
From: Tom Jordahl [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 30, 2002 7:32 AM
To: '[EMAIL PROT
Hi everyone -
I'm trying to understand exactly what the differences are when using rpc vs
document style within Axis. I think I'm getting there, but if people could
validate/refute/comment on/etc. any or all of the items below I'd greatly
appreciate it.
1. A java method exposed as a doc-based
Hi Vijay -
I'm also running under Tomcat 3.2, and ran into the same problem.
The issue is that to get a ClassLoader to instantiate classes the
Axis code calls Thread.currentThread().getContextClassLoader(),
and under Tomcat 3.2 that grabs the system class loader rather
than Tomcat's adaptive cla