Here is the sample code for same , I used it for implementing SMS service in project that sends message to particular URL which in turn sends SMS to particualr phone number, using System.Net; using System.Xml; XmlDocument xDoc = new XmlDocument(); //xDoc = ; //some xml data Byte[] outputbyte; string sXML = “”; string strResult […]