Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.