I'm not really an expert, so I could be wrong here - or just plain
missing the point, but AxisFault extends Exception - you could therefore
write a class that extends AxisFault and it would be caught by code
expecting an AxisFault.  Sorry if this isn't what you meant...

On Tue, 2002-05-28 at 16:03, Arne M. Degenring wrote:
> Hi,
> 
> AXIS normally uses the SOAP faultcode: "Server.userException". Is it
> possible to define my own SOAP faultcodes, and my own mapping from Java
> Exceptions to SOAP faultcodes?
> 
> Thanks for any hints,
> 
> Arne


Reply via email to