Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
It's the first time i create routine in talend.
the goal from this routine is to be called in the header of tRestClient.
i call it in tjava it works fine . but i can get it in tRestClient.
what can i do !
Hi
Before you get the value from global variable, you should initialize the variable on tjava_4 first,
eg:
...babababa....
globalMap.put("sig","the value");
Regards
Shong