You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by ch...@accenture.com on 2001/03/21 22:13:29 UTC

DeploymentDescriptor and faultListener

I can't seem to set the faultListener.

My DeploymentDescriptor.xml includes:
<isd:faultListener>org.apache.soap.server.DOMFaultListener</isd:faultListener>

...but for some reason the SOAPFaultRouter's faultListener is always null.
and DOMFaultListener.fault() is never executed.

Any suggestions?  This is driving me crazy!

-Chris Feathers