Hi Andrew,

The reason may be you have defined to_text as INOUT.   

In the parameterMAP define to_text as OUT only.  Then you don't have to set any 
value for to_text.

Rgds

Prashanth.

--- Koka <[EMAIL PROTECTED]> wrote:

> 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
> 



                
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 

Reply via email to