I'm using Apache Soap 2.2. I'm trying to capture some detailed information in my implementation class to be used in the detail section of the SOAP Fault. I've create a MyOwnFault class which I'm throwing from the implementation class. It doesn't seem that I can catch it in the rpcrouter try / catch block.
Do I need to register a Fault Listener in my deployment descriptor? If so, how does the implementation class use that as well as the rpcrouter servlet? Any insight/advice would be greatly appreciated. Thanks in advance.