Ashish Arya wrote:
>
> Hi All,
>
>  
>
> I am using Axis2 1.3 and have issues with exception handling
> especially for ‘InOnly’ type of operations.
>
>  
>
> I noticed that if we throw a runtime exception from skeleton incase of
> ‘InOut’ type of operations, the exception is properly wrapped in
> AxisFault and available at client side. But the same logic is not
> working with ‘InOnly’ type of operations. When monitored through
> TCPMON, I was expecting SOAP fault response, but there is no response
> incase of ‘InOnly’ type of operations and hence client don’t get any
> exception.
>
>  
>
> I guess this is incorrect. ‘InOnly’ methods can also throw some
> exception and the same should be navigated back to client.
>
Nope , in the case of InOnly you do not get exception back , if you want
the exception you need to use robustInOnly

Thanks
Deepal
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to