I am looking to run evaulateTemplate against my XML HTTP content. I essentially want to "Update" the source to be the value of source.getNode('/Request/Part/Content') so my template can be processed. I attempted to set the source in the mapping function by doing
source = qie.parseXMLString(source.getNode('/Request/Part/Content'));
but that doesn't seem to be the correct solution. I also don't want to overwrite what I have in message if possible. Any tips?
Thanks!