lf Of Ajay GondhiyaSent: Thursday, January 08, 2004 9:41
PMTo: [EMAIL PROTECTED]Cc: [EMAIL PROTECTED];
[EMAIL PROTECTED]Subject: Re: Building custom
faults...Ransel,
If you are OK with subclassing your
exeception classes from AxisFault then there is no need to play around with
handler and
Hi,
i have made some bad experience with subclassing of AxisFault. Especially in using the
generator for code at serverside... This code create a serializing-mechanism, which
is interoperabel with .NET and maybe with other client-libs
Greetings
Steffen
Am Fri, 9 Jan 2004 04:40:40 + Ajay G
Ransel,
If you are OK with subclassing your
exeception classes from AxisFault then there is no need to play around
with handler and AxisFault has c'tors that allow you to specify your faultCode,
faultString etc.
Ajay
"Ransel Lopez"
<[EMAIL PROTECTED]>
01/08/2004 09:55 PM
Please respond
Title: Message
In
Axis you can do this by creating your customized exception that extends
org.apache.axis.AxisFault and implements java.io.Serializable.
Look into javadoc for AxisFault for details on how to
set up faultstring and faultcode for your fault.
Hope this helps.
Asif
-Origi