Thanks @ppr and since i could read the xml and then extract from a namespace i specify its fields and values please, I am doing the following:
- read xml text
- deserialize xml
- xmlDes.Descendants(xmlns+“Invoice”) to loop only elements within the invoice.
xmlns is a variable with the value extrated from xml.
