XML SUBMIT URL (SENDING SINGLE MESSAGE To MULTIPLE MOBILENUMBERS)
ILLUSTRATIVE EXAMPLE
<smscountry>
<sendMsg>
<user>xxxxx</user>
<passwd>xxxxx</passwd>
<to>91988xxxxx,919848xxxxxxxx</to>
<sid>SMSCountry</sid>
  <text>Hi! Hru?</text>
<DR>Y</DR>
<MTYPE>N</MTYPE>
</sendMsg>
</smscountry>
Description of the XML format: -
For more Details:XML API Document
To send SMS using XML the user has to create an interface (form) having a form element with name as 'XML_DATA'.
e.g. <input name="XML_DATA" type="text">Post/Submit your case-sensitive XML through that form as HTTP post to the following URL: http://www.smscountry.com:81/SaveXMLJobData.asp
ILLUSTRATIVE EXAMPLE
<smscountry>
<sendMsg>
<user>xxxxx</user>
<passwd>xxxxx</passwd>
<to>91988xxxxx,919848xxxxxxxx</to>
<sid>SMSCountry</sid>
  <text>Hi! Hru?</text>
<DR>Y</DR>
<MTYPE>N</MTYPE>
</sendMsg>
</smscountry>
Description of the XML format: -
S. NO | PARAMETER NAME | PARAMETER VALUE | PARAMETER DESCRIPTION |
1. | User | xxxxx | User name of the account |
2. | Passwd | xxxxx | Password of the account |
3. | To | 9198xxxx | Destination Mobile Number |
4. | Sid | SMSCountry | Name of the Sender / Sender-Id |
5. | Text | Hi!H r u? | Message to be send |
6. | DR | Y | Delivery Report Required |
7. | MTYPE | N |
Type of message
(U for Unicode, N for normal text, P for picture messages) |
For more Details:XML API Document