I\'m a completly New to Linq2XML as I code to much lines to perform simple things, and in a simple project I wanted to give it a try...
I\'m with this for 2 hours an
This should solve you isssue (replace the namespace with the right URL):
XNamespace ns = "https://ssl.ditonline..."; doc.Descendants(ns + "TransactionInformationType");