AxisCallback.onFault(..) not used with OutInAxisOperation
---------------------------------------------------------
Key: AXIS2-3796
URL: https://issues.apache.org/jira/browse/AXIS2-3796
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Affects Versions: 1.4
Reporter: Hans G Knudsen
Hi!
I my client I use
serviceClient.sendReceiveNonBlocking( doc, callback );
with a custom callback when invoking a service.
I have noticed that when receiving a SoapFault :
AxisCallback.onFault( )
is never called - but instead
AxisCallback.onError( )
is called - even if I have
clientOptions.setExceptionToBeThrownOnSOAPFault( false );
Is this correct behavior ?
/hans
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]