In org/apache/soap/providers/RPCJavaProvider.java please change 4th from
last line of code from:

 throw new SOAPException( Constants.FAULT_CODE_SERVER, e.toString() );

to something like:

  throw new SOAPException( Constants.FAULT_CODE_SERVER, "Error invoking "
+call,  e);

I need this to get the original exception in my fault listener.

Sean Patrick McEligot 
[EMAIL PROTECTED] 





Reply via email to