RE: Building custom faults...

2004-01-09 Thread Ransel Lopez
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

Re: Building custom faults...

2004-01-09 Thread Steffen Mayer
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

Re: Building custom faults...

2004-01-08 Thread Ajay Gondhiya
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

RE: Building custom faults in Java...

2004-01-06 Thread asif . jiwani
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