Data Extraction from SOAP envelop Environment xml file

Hi could anyone help me out in Extraction data from xml file

Sample file: chauffeurAek040812NOV214810Nov21025746.XML (6.2 KB)
500](upload://tKc9BHDpQQ1hPHb92CugxgE8ytV.png)

Need extract certain fields represented with numbers which is shown below image

@Soundarya_Guduri
The XML is defining namespaces which needs to get handled as described here:
XML Extraction - Handling Namespaces (Tableau, Soap, OASIS types) - Help / Community - UiPath Community Forum

grafik

Just a few retrieval samples:
grafik

Looping over all PNR elements

Retrievals from a PNR within a loop


grafik

And some text parsing we can do with Regex for example:

or String Methods:
grafik

thank you for your response
Let me workout it and i ll know you the status

could you please provide the xaml

find starter help here:
ppr_SOAPXMLBox_SoundaryaGuduri.xaml (7.8 KB)

Working with the immediate panel:
Understanding the 6 Debugging Panels of UiPath in the easiest way possible! - News / Tutorials - UiPath Community Forum

Thanks a lot @ppr it is very helpful to my project … :slightly_smiling_face:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.