Nintex for SharePoint Forum
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Hello,
how can I insert a Nintex variable in a XML-declaration (Web service)
e.q.
<t:Subject>{WorkflowVariable:subject}</t:Subject>
?
Solved! Go to Solution.
just like in your example...
what exactly is your problem???
Hello emha,
i have used the web service applet to send an email. (mode: post)
and inserted the {WorkflowVariable:subject} inside the XML-stream for the email-subject.
When the email arrieved the subject was {WorkflowVariable:subject}.
I have found the error: my variable "subject" was empty / null
(when i created the variable "subject", I only set a default value and thaught that was enought.)
now, when I first set the subject with a string like "Test" and then call the wb service applet with the XML-Code inside everything is fine 🙂
Tnx Gauloises