Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I suppose you can have a tJavaFlex between the 2 tREST to change the body as you want or to set 1 or more global variables then, in the body you can use these variables:
- in tJavaFlex:
globalMap.put("creationDate", what_you_want);
- in tRest, field Body:
"<overwriteFiles>true</overwriteFiles>
blablabla"+globalMap.get("creationDate")+"blablabla"
It should works.
Let me know.
Regards,
Fred