RE: Axis and user defined Exceptions

2004-09-20 Thread Tom Sugden
would be easier to use Axis if it wasn't necessary to specify the , and elements in the "deploy.wsdd" file for simple service-specific exceptions. Cheers, Tom Sugden -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 6:49 AM

RE: Axis and user defined Exceptions

2004-09-16 Thread Bill Keicher
looks like its just the exception message bill -Original Message- From: Vikas Phonsa [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 12:05 PM To: '[EMAIL PROTECTED]' Subject: RE: Axis and user defined Exceptions Have u seen the SOAP message coming back with the

RE: Axis and user defined Exceptions

2004-09-16 Thread Vikas Phonsa
To: '[EMAIL PROTECTED]' Subject: RE: Axis and user defined Exceptions all set...thanks :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 1:49 AM To: [EMAIL PROTECTED] Subject: Re: Axis and user defined Exceptions Yep

RE: Axis and user defined Exceptions

2004-09-16 Thread Bill Keicher
all set...thanks :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 1:49 AM To: [EMAIL PROTECTED] Subject: Re: Axis and user defined Exceptions Yep (axis 1.1) - have you tried the samples.faults package in the axis / samples ? /t

Re: Axis and user defined Exceptions

2004-09-15 Thread thomas . bailey
Yep (axis 1.1) - have you tried the samples.faults package in the axis / samples ? /t > Has anyone written user defined Exceptions, extending the > java.lang.Exception class and successfully thrown them from the server > side > and caught them at the client side? Currently, whenever I try to thr