t = ite.getTargetException();
}
/* Wrap the exception in an InvocationException to distinguish
between application and transport exceptions
*/
InvocationException appException = new InvocationException(t);
log.debug("Invoke threw exception", t);
// Marshall the exception
if( returnValueAsAttribute == null || returnValueAsAttribute.booleanValue() == false )
{
response.resetBuffer();