Skip to Content
0
Aug 04, 2016 at 05:16 PM

Nesting XSJS scripts

45 Views

Inside the same project I have different xsjs scripts calculating scores (each one with a particular algorithm) acting as microservices.

My need is to implement a xsjs script that will nest/join those scores calculation in a single call and add the results to a JSON response. The only answer I found for such an action is the Outbound API. It seems to me that should be a simpler way to do it considering that the scripts share the same environment (there is no need to look "there outside").


Thank you,

Rodrigo Bühler.