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. I am not sure, if I am missing anything. Please help me to resolve the issue. Thanks and Regards, Ashish
