You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by David denBoer <dd...@apple.com> on 2004/07/31 07:17:46 UTC

Fault with stack trace

Hi all,

I am using Axis 1.1 Java for creating my WS app (using WebObjects).
When I create a fault in my app (AxisFault), I always get a stack trace.
I have tried aFault.setFaultDetail(null) and other things to no avail.

What I would really like to do is this :

When a fault situation occurs, return to the client a code (ie. ABC.123)
and a message, and nothing else (other than the envelope).

Is this possible using 1.1?

thanks,
David.