AW: InvocationTargetException when transferring a custom class in inheritance

2005-02-14 Thread Steffen Heil
Hi > public class Dog implements java.io.Serializable { You are propably missing "extends Animal" here... Regards, Steffen smime.p7s Description: S/MIME cryptographic signature

InvocationTargetException when transferring a custom class in inheritance

2005-02-14 Thread babloosony
Hi All, There is simple POJO web service whose method takes a java object whose class extends another class. Here are the below details. When I try to invoke a web service java client program that uses AXIS 1.2 RC2 stubs I am getting an exception. ---