RE: Exceptions mapped to AxisFault using WSDL to Java

2003-08-20 Thread Hansen, Richard
I suppose it does that because Call.invoke() only throws AxisFaults. If you throw an exception without defining it to axis then axis wraps it in a AxisFault. If you define application specific exceptions they seem to need descend from AxisFault so they get serialized. If you don't want to see any

Re: Exceptions mapped to AxisFault using WSDL to Java

2003-08-20 Thread Stuart Barlow
Thanks for the feedback Richard. I have also been experimenting with exceptions the last couple of days. Im still feeling my way through AXIS. We were using GLUE and no GLUE types were exposed in the client proxy classes. I guess that GLUE is a little more mature. You are right about the