You need to combine the XName of your XAttribute with an XNamespace. I know right... Anyhow try this.
XNamespace soap = "http://www.w3.org/2001/12/soap-envelope";
XAttribute encoding = new XAttribute(soap + "encodingStyle",
"http://www.w3.org/2001/12/soap-encoding");