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 +0000 Ajay Gondhiya <[EMAIL PROTECTED]> schrieb: > 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 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 an exception is raised my client get a SOAP Fault with faultcode > Server.userException and faultString "whatever"... Is there any way to > overwrite the handler which create this SOAP Fault and create my own with > my own faultcode, faultstring, details, and so on??? Is there any place > where I can find the answer and some examples?? > > Thank you very much > > > Ransel L�pez, Web Services Developer > Time Industrial, Inc. > An Outsourced Contractor Time and Cost Tracking Service. > > ----------------------------------------------------------------------------------------- > tel: 780.413.1521 fax: 780.413.0474 > http://www.TimeIndustrial.com > > > ----------------------------------------------------------------------------------------- > This message and attached files, if any, is (are) intended only for the > addressee(s) and may > contain privileged or confidential information. Any unauthorized > disclosure is strictly prohibited. > If destined to our legal counsel, this transmission is privileged > communication as between an > attorney and its client. > If you have received this message in error, please notify us immediately > so that we may correct > our internal records. Please then delete the original message. Thank you. > > > >
