Hi, I'm new to Visual Cron (v 7.0.6) so be gentle.
I'm attempting to inject the output of a task into a custom SOAP header of a subsequent Webservice/WCF Execute task. This is what I have in the text field titled "SOAP Header (XML) - optional"
<SecuredWebServiceHeader xmlns="http://tempuri.com/">
<MyElement>{TASK(PrevTask,StdOut)}</MyElement>
</SecuredWebServiceHeader>
However, when I intercept the SOAP and look at the value of MyElement, it sends the value "{TASK(PrevTask,StdOut)}" not the value of the variable. Is it possible to do what I'm attempting to do?
Thanks, Matt