name cannot begin with the '.' character
Comments
-
Im getting the above message that "name cannot begin with the . character" but looking through the XML string Im sending in, Im not seeing any . character? Is this misplaced?
-
Hey hey!
This has happened previously when the XML sent in was using a different encoding type than what the XML Deserialize step has configured. Check and make sure that the encoding type matches the XML youre sending in (ie: XML is UTF-8 and so is the Deserialize step). This should get you going!