How to send auto reply sms to Midlet..Help needed Urgently

How to send auto reply sms to Midlet..Help needed Urgently SearchSearch
Author Message
Mahaboob Basha
New member
Username: Basha

Post Number: 11
Registered: 11-2008
Posted on Saturday, December 20, 2008 - 03:01 am:   

Hi when some one sends a sms from their midlet i want to give autoresponse sms by simpley executing a url in command to execute field..Iam able to send sms to mobile's inbox but i need to send it to Midlet. My midlet is configured in 7777 port number.. How can i mention Port number to which i want to send sms in the url of Command to execute filed..
for eaxample
http://localhost:8080/sms_test.jsp?message=@@Sender@@..............

now iwant send the result of this url to midlet's port number..

How can i mention Portnumber in that url

here

Plz help me asap. its very vey urgent for me..
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 350
Registered: 08-2008
Posted on Monday, December 22, 2008 - 02:21 pm:   

The following article discusses the URL parameters for sending to a port number:

http://blog.nowsms.com/2007/06/send-sms-to-java-appmidlet.html

The important information from that article is:

When submitting via a URL request, include "&DestPort=xxxx" or "&SourcePort=xxxx" in the URL request to specify a destination and/or source port. Or, the destination port can be specified in the recipient phone number using the format phonenumber:port (e.g., "&PhoneNumber=phonenumber:port"). (Note: When using the phonenumber:port format, if multiple recipients are specified, the same destination port will be applied for all recipients, that being the first destination port encountered in the recipient list.)

--
Des
NowSMS Support