RE: Soap fault and ADB -- How to set the fault code

2007-07-02 Thread Vijesh A.V.
Error Message -Original Message- From: Ali, Haneef [mailto:[EMAIL PROTECTED] Sent: 02 July 2007 08:01 To: axis-user@ws.apache.org Subject: Soap fault and ADB -- How to set the fault code Hi, I have a wsdl operation which throws fault of type "MyFault

Soap fault and ADB -- How to set the fault code

2007-07-01 Thread Ali, Haneef
Hi, I have a wsdl operation which throws fault of type "MyFault". (i.e) For this scenario ADB generates the following classes a) MyFaultException b) MyFault derived from ADBbean c) MyFaultType Class MyFault has MyFaultType as instance variable. Exception MyFault goes as detail in