Gweniviere
MIS
Hello everyone,
I am consuming an XML response from a web service. Everything is working great with the exception that when I convert the XML to a cursor fields that contain _numbers_ starting with 0 the field that XMLToCursor() creates is numeric and the the leading '0' is dropped. (think of a zip code 09810)
My question is, is there an easy way to instruct XMLToCursor() to force all incoming fields to type Character?
I'm not getting a schema from the service and while _I think_ I could write one and try to force XMLToCursor() to use it, I would prefer not to have to do that.
Thanks for any help you may provide.