Re: AxisFault with custom exception

2005-01-22 Thread Lorenzo Dalla Vecchia
t must have happened before... it almost looks like an Axis bug. -- Lorenzo -Messaggio Originale- Da: "Sunil Kothari" <[EMAIL PROTECTED]> A: <[EMAIL PROTECTED]> Data invio: sabato 22 gennaio 2005 14.35 Oggetto: Re: AxisFault with custom exception Note that the ex

Re: AxisFault with custom exception

2005-01-22 Thread Sunil Kothari
ks: Exception Handling with JAX-RPC URL: http://www-106.ibm.com/developerworks/xml/library/ws-tip-jaxrpc.html I hope that helps. Sunil Kothari - Original Message - From: "Lorenzo Dalla Vecchia" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday,

AxisFault with custom exception

2005-01-22 Thread Lorenzo Dalla Vecchia
Hello everyone. I'm new to Axis and to this mailing list and I'm having a hard time trying to throw custom exceptions from my Axis web service. I'm working with a simple test project. Here's my exception class: public class MyException extends Exception { private String nome1; private St