StartWorkflowOnListItem Web Service Variables with Whitespaces


Badge +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

Userlevel 5
Badge +14

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

 

 

Badge +1

Okay, thank you!

Reply