You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Tim Joyce <Ti...@uk.wdsglobal.com> on 2002/03/28 18:19:02 UTC

getting the stacktrace

Hi,

I am having trouble getting the stack trace for server exceptions back to
the client using the org.apache.soap.server.DOMFaultListener.

eg a simple NullPointer has no stacktrace:

The call failed: 

Fault Code = SOAP-ENV:Server

Fault String = java.lang.NullPointerException; nested exception is:
java.lang.NullPointerException

Fault Detail = [[stackTrace: null]]

has anyone got any ideas?

cheers

timj