Don't use RETURN TO ROUTEREQUEST - there are lots of issues with RETURN TO in VFP including call stack corruption and issues with the exception handling in Web Connection.
You should just return from the PROCESS method and be done with it. Why do you need to do this - there should never be a reason for this.
+++ Rick ---
from Maui, Hawaii