Xml Help with node

Hi all,

I should first check whether a node is present within an xml, and then extract its value.

I’ve tried with this expression:
YourXDocVar.Root.Descendants(“MyNode”).ToList.Count > 0 but return false although it exists.

the namespace is “urn:xmlsoa:INVOICE_DETAILS”

Have a look here: