Hi all,
got a problem while invoking a flow service from javascript:
test.dsp:
…
function test{
var result= someOtherFunction();
%scope param(cmr_id=result)%
%invoke test.services:myService%
%endinvoke%
%scope%
}
…
I want to pass the cmr_id parameter (it’s the myService input) with the value of “result”. Is that even possible?
Thanks in advance for all the help 
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods