Title: Non-RemoteException serialization

Hi guys,

I am having a problem with a service. It throws an exception -- which does *not* extend AxisFault or RemoteException -- and I want to receive it on the other end. In my understanding, all I have to do is call AxisFault.getCause() to get it.

However, it does not work. I know the exception is being serialized and deserialized, because when I remove the default constructor, the BeanSerializer complains. But AxisFault.getCause() still returns null.

Searching the archives, I have found the discussion from some months ago:
http://marc.theaimsgroup.com/?l=axis-dev&m=106303726908213&w=2
and it seems that Gary L Peskin was trying to solve this very problem. Also, the bug in
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19682
seems to relate to this.

Is there any change in the situation?

Thanks in advance,

Alex Fernández.

Reply via email to