Hi dims:
> @@ -203,7 +200,7 @@
> super ("", target);
> // ? SOAP 1.2 or 1.1 ?
> setFaultCodeAsString( Constants.FAULT_SERVER_USER );
> - detail2 = target;
> + detail = target;
Isn't this redundant, because the super("", target) above already sets the detail
field in the parent RemoteException?
--Glen
