Did you also put "to_text" into your Map? Say
HashMap map = new HashMap();
map.put("from_text", "Computers");
map.put("language", "FRE");
map.put("to_text", "FRE");Actual value for to_text is irrelevant as it will be overwritten by the return value after running proc. Koka
