Hi Eran, it was not considered to be a hint. It was a suggestion, since the todo was formulated as a question. Currently there is no possibility to extract the SOAP fault details (Code, SubCode, Detail, Reason) at client-side. That's why for me the answer to the todo-question is 'yes'.
I set options.isExceptionToBeThrownOnSOAPFault to true (although as I saw it is the default value). But the returned exception consists only of a message string and not of all the fault details which were sent back to the client. Regards, Andreas Bobek. > -----Ursprüngliche Nachricht----- > Von: Eran Chinthaka [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 5. April 2006 18:09 > An: axis-user@ws.apache.org > Betreff: Re: [Axis2-0.95] how to ectract SOAP fault > information at client side? > > > Andreas Bobek wrote: > > Hi, > > > > > > > > In AxisFault(Throwable cause) only the message is extracted > from cause... > > > > There again is a todo item: > > "TODO: handle AxisFaults or SOAPFaultException > implementations differently?" > > > > YES ;-) > > Is this a hint or you wanna say sth else ? > > > > > Or is there another possibility to get the SOAP fault information? > > options.isExceptionToBeThrownOnSOAPFault(false) > > -- Chinthaka > >