Nintex Variables in XML


Badge +1

Hello,
how can I insert a Nintex variable in a XML-declaration (Web service)

e.q.

<t:Subject>{WorkflowVariable:subject}</t:Subject>

?

 


2 replies

Userlevel 5
Badge +14

just like in your example...

 

 

what exactly is your problem???

Badge +1

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

Reply