I am trying to manually construct a SOAP envelope in C#. I initially went down the route of building it up via a StringBuilder and adding it to an XmlDocument via the LoadXml method. However upon execution I am getting an exception along the lines of:I am trying to manually construct a SOAP envelo