You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Hans G Knudsen (JIRA)" <ji...@apache.org> on 2008/05/13 16:22:55 UTC

[jira] Created: (AXIS2-3796) AxisCallback.onFault(..) not used with OutInAxisOperation

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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Assigned: (AXIS2-3796) AxisCallback.onFault(..) not used with OutInAxisOperation

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe reassigned AXIS2-3796:
----------------------------------------

    Assignee: Deepal Jayasinghe

> 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
>            Assignee: Deepal Jayasinghe
>         Attachments: onfault_OutInAxisOperation.txt
>
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-3796) AxisCallback.onFault(..) not used with OutInAxisOperation

Posted by "Hans G Knudsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hans G Knudsen updated AXIS2-3796:
----------------------------------

    Attachment: onfault_OutInAxisOperation.txt

Hi!

Fix to make OutInAxisOperation use AxisCallback.onFault(..).

/hans

> 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
>         Attachments: onfault_OutInAxisOperation.txt
>
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org