Sending SMS Messages using HTTP Post

Sending SMS Messages using HTTP Post SearchSearch
Author Message
SMS Joe
New member
Username: Smsjoe

Post Number: 1
Registered: 11-2007
Posted on Tuesday, November 13, 2007 - 03:50 pm:   

Hello,

I am a registered user of Now SMS using the 40mpm product. We build a separate web interface for our users to send SMS messages. This web interface supports sending SMS to Groups.

The problem is that our groups can be pretty large, consisting of 100's of cellphone numbers. We were passing the arguments via URL such as http://<Server Address>/Send%20Text%20Message.htm?PhoneNumber=XXXXXXXXXXX%2CYYYYYYYYYYY&Text=Te st%20Message%20from%20the%20web%20interface.&InfoCharCounter=&PID=&DCS=&DestPort =&DelayUntil=&Submit=Submit

However, some of our users are not receiving the message. Is it because: -
1. The # of characters in the URL has exceeded the HTTP Get limit?
2. The SMS Gateway is truncating the messages since it exceeds our licensed amount.

Question!
How do we use HTTP Post to send the message rather than via the URL?}