15-10-19 10:41 AM
Hi All,
I am facing a situation where in I'm getting data from web-services into a Text data-type but it's in XML format, which has multiple record with same XML headers and multiple such elements.
I need a method/code to convert that XML code to Collection, I believe we have an Utility-XML but it converts one element into collection. and because of huge data I can't loop this utility as that would be time consuming.
Can anyone suggest how to get all records per element from XML into Collection?
Thanks in advance.
15-10-19 10:57 AM
16-10-19 06:32 AM