RE: Please help on Axis2 Exception handling

2010-02-15 Thread Sandeep Khurana
Actually, I also faced a similar problem while throwing a RemoteException from POJO. Couldn't get a solution for that. Does anybody have a guide for exception handling or the best practices for this? -Sandeep From: Li Ma [mailto:lim...@gmail.com] Sent: Monday,

RE: Please help on Axis2 Exception handling

2010-02-15 Thread Martin Gainty
the client needs to disable setExceptionToBeThrownOnSOAPFault ServiceClient.setExceptionToBeThrownOnSOAPFault now the client is free to handle any exception.. you will need to configure the client method to throw your exception which you can do at the phase level ConfigurationContext