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 "RAMRAJ,ANUPRIYA (HP-Roseville,ex1)" <an...@hp.com> on 2001/11/13 20:20:32 UTC

specify fault handlers/listeners in the AXIS deployment descripto r ??

Hi,

With Apache Soap 2.1 , it was possible to specify a fault listener in the
deplopyment descriptor as follows :

<isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment"
id="urn:AddressBook">
....
<isd:faultListener>xyzPackage.MyFaultListener</isd:faultListener> 
</isd:service>

Is there any equivalent way to specify fault handlers/listeners in the AXIS
deployment descriptor ??

Anu