Hi, I'm trying to make an application that pushes message to phones.First of all, I use a string to make an XML Element which can be parsed by the phones:String messageXML = "<CiscoIPPhoneText>";messageXML += "<Title>A hello message</Title>";messageX...