Re: Axis2 1.5.3 - WSDL2Java client stub - dealing with fault data outside of Detail element

2012-06-17 Thread mflem70
Thanks for your reply Kishanthan. Unfortunately, setting that parameter before calling a web service from the client stub doesn't change anything. The same web service-specific exception is still matched/generated and sent back from the stub. The AxisFault received by the client stub is the correc

Re: Axis2 1.5.3 - WSDL2Java client stub - dealing with fault data outside of Detail element

2012-06-17 Thread Kishanthan Thangarajah
On Thu, May 10, 2012 at 1:13 PM, wrote: > Hi all > > I have generated a client stub to call a 3rd party web service using > Wsdl2Java. The provided WSDL (and XSDs imported it) includes a number of > faults which are generated and returned by Axis2 as exceptions (all as per > usual so far). > > H