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
t; Ajay > > > > "Ransel Lopez" <[EMAIL PROTECTED]> > 01/08/2004 09:55 PM > Please respond to > [EMAIL PROTECTED] > > > To > <[EMAIL PROTECTED]> > cc > <[EMAIL PROTECTED]> > Subject > Building custom faults... > >

Re: Building custom faults...

2004-01-08 Thread Ajay Gondhiya
PM Please respond to [EMAIL PROTECTED] To <[EMAIL PROTECTED]> cc <[EMAIL PROTECTED]> Subject Building custom faults... Hello everybody.   I would like to know if there is any way to overwrite the handler which create the SOAP fault when an exception is raised... When

Building custom faults...

2004-01-08 Thread Ransel Lopez
Title: Message Hello everybody.   I would like to know if there is any way to overwrite the handler which create the SOAP fault when an exception is raised... When an exception is raised my client get a SOAP Fault with faultcode Server.userException and faultString "whatever"... Is there a

Building custom faults...

2004-01-08 Thread Ransel Lopez
Title: Message Hello everybody.   I would like to know if there is any way to overwrite the handler which create the SOAP fault when an exception is raised... When an exception is raised my client get a SOAP Fault with faultcode Server.userException and faultString "whatever"... Is there an

RE: Building custom faults in Java...

2004-01-06 Thread asif . jiwani
  -Original Message-From: Ransel Lopez [mailto:[EMAIL PROTECTED]Sent: Tuesday, January 06, 2004 5:07 PMTo: [EMAIL PROTECTED]Subject: Building custom faults in Java... Hi, everybodyI am a starter with SOAP.My problem is that I want to modify what I get in the client side when an

Building custom faults in Java...

2004-01-06 Thread Ransel Lopez
Title: Message Hi, everybodyI am a starter with SOAP.My problem is that I want to modify what I get in the client side when an exception is raised. I want to get my own faultcode, my own faultstring and some other information in the detail. Can anyone explain what should I do?? Some examples