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
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