Skip to main content
Nintex Community Menu Bar

StartWorkflowOnListItem Web Service Variables with Whitespaces

  • May 10, 2019
  • 2 replies
  • 23 views

Forum|alt.badge.img+1

Hi,

 

i use Web Service to start Childworkflows like description in this Post. A Childworkflow (not designed from me) got some Starvariables like "Check in (Admin)" and i cant pass Start Data for these Columns. I tried to rename like this "_x0020_" for the whitespaces without success.

 

This work's

<Data>
<texta>example Text</texta>
</Data>

 

This doesnt work

<Data>
<text a>example Text</text a>
</Data>

 

Thanks in advanced 

2 replies

Forum|alt.badge.img+14
  • Scholar
  • May 20, 2019

I'm affraid this will not be possible. XML doesn't allow tag names with a space. so you supply invalid XML to the service

 

2236i0907441F18B94498.jpg

 

 


Forum|alt.badge.img+1
  • Author
  • May 21, 2019

Okay, thank you!