public static XmlNode CreateWarningNode(XmlDocument doc)
 {
     return(SoapUtil.CreateNode(doc, "Warnings"));
 }