Skip to main content
Answer

how to get values from webservice XML request

  • August 11, 2021
  • 1 reply
  • 92 views

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 

 

 

Best answer by Django

The import scenarios don’t handle XML in an elegant fashion.  You are probably better off writing your down data provider which will give you full control over parsing the contents of the XML.

1 reply

Forum|alt.badge.img+7
  • Captain II
  • Answer
  • August 13, 2021

The import scenarios don’t handle XML in an elegant fashion.  You are probably better off writing your down data provider which will give you full control over parsing the contents of the XML.