You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@ws.apache.org by "McEligot, Sean (contractor)" <Mc...@MTMC.ARMY.MIL> on 2002/04/18 20:21:00 UTC

small change

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 
mceligots@mtmc.army.mil