What is the easiest way to extract the original exception from an exception returned via Apache's implementation of XML-RPC?
|
|
|||||
|
|
|
It turns out that getting the cause exception from the Apache exception is the right one.
|
|||
|
|
|
|
According to the XML-RPC Spec it returns the "fault" in the xml. Is this the "Exception" you are referring to or are you refering to a Java Exception generated while making the XML-RPC call? Fault example
|
||
|
|
