How to send and receive a message using java

How to send and receive a message using java SearchSearch
Author Message
fanxiaoyi
New member
Username: Fanxiaoyi

Post Number: 1
Registered: 10-2003
Posted on Thursday, October 23, 2003 - 10:56 am:   

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
Posted on Monday, October 27, 2003 - 07:42 pm:   

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