| How to send and receive a message using java |
| SMS & MMS Technical Forum » NowSMS Support - SMS Issues (Product Support Only) » Archive through December 09, 2003 » How to send and receive a message using java | « Previous || Next » |
| Author | Message | |||
| fanxiaoyi
New member Username: Fanxiaoyi Post Number: 1 Registered: 10-2003 |
Is there a way to send or receive a message by using java?Or how can i send or receive? | |||
| Bryce Norwood - NowSMS Support
Board Administrator Username: Bryce Post Number: 958 Registered: 10-2002 |
To send a message, you initiate an HTTP connection (HttpConnection class) from your Java application to the NowSMS server. For the URL format, refer to the following: http://www.nowsms.com/documentation/ProductDocumentation/sending_messages/sendin g_text_messages.htm http://www.nowsms.com/documentation/ProductDocumentation/sending_messages/url_pa rameters_for_sending_messages.htm http://www.nowsms.com/documentation/ProductDocumentation/mms_notifications_and_c ontent/Submitting_MMS_Messages.htm When receiving a message, NowSMS calls a configurable HTTP URL that you supply for SMS messages: http://www.nowsms.com/documentation/ProductDocumentation/2_way_sms_support.htm | |||
|

