Hi Team ,
I have a requirement where an external system send the data of the attached xml file to a text controller. there is business Logic to read the XML and convert to object and perform business logic and then create a payment .
I was tried with xml reader , list<> and XDocument.parse () also facing challenge in converting with the attached xml .
Can some one help me on this please
please find the attachment