Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Zero on the left not transmitted in a POST tRestClient call

I have a string with a 0 on the left in an attribut of an xml tree.
The webservice is OK, but the 0 is lost.
My schema is classical xml, with body and string.

Thanks for any ideas and helps.

Labels (3)
1 Reply
akumar2301
Specialist II
Specialist II

try to double code your value.

"\"0001234567\""

 

I think , if you put "0001234567" , JSON will serializ it as interger 0001234567.

 

Let me know if it works.