When I try to call ServiceDesc.loadServiceDescByIntrospection() on a "dynamic proxy class" (a class created by java.lang.reflect.Proxy.getProxyClass()), I get a null pointer exception in org.apache.axis.components.bytecode.ClassReader.getBytes(ClassReader.java:141).
I'm using .jars from xml-axis-10.zip.

Is there another way to load the service if the class is dynamic?

Reply via email to