RE: SOAPFault parsing

2006-10-18 Thread Punnoose, Roshan
: axis-user@ws.apache.org Subject: Re: SOAPFault parsing Punnoose, Roshan wrote: > Hi, > > > > I am returning a SOAPFault from my server and my client has a Callback > to retrieve everything from the server. In the onError(...) method, I > get an AxisFault, however, I only ha

Re: SOAPFault parsing

2006-10-17 Thread Eran Chinthaka
Punnoose, Roshan wrote: > Hi, > > > > I am returning a SOAPFault from my server and my client has a Callback > to retrieve everything from the server. In the onError(...) method, I > get an AxisFault, however, I only have visibility into the SOAPFaultCode > and not the Reason or the Detail. Is

SOAPFault parsing

2006-10-17 Thread Punnoose, Roshan
Hi, I am returning a SOAPFault from my server and my client has a Callback to retrieve everything from the server. In the onError(...) method, I get an AxisFault, however, I only have visibility into the SOAPFaultCode and not the Reason or the Detail. Is there something I have to do to get this