I am persisting some json to the message cache:
messageCache.setValue('json', json);
How do I set this value to be the content of an Outbound Web Service call?
I have tried:
{mc:json}
However, this doesn't work because the dowsnstream Web Service is displaying {}
