sms port

F

focode

i have to develop an application that will receive sms from a premium
service provider i have to get that sms in my application , but that
can only be possible if i know the port number on which the provider
is sending sms , how to on which port it sens sms

any help will be much appreciated
 
L

Lothar Kimmeringer

focode said:
i have to develop an application that will receive sms from a premium
service provider i have to get that sms in my application , but that
can only be possible if i know the port number on which the provider
is sending sms , how to on which port it sens sms

In general this is specified with the documentation or is
given by yourself when setting up the interface between
your system and the provider's one.

So nobody can give you an answer especially without knowing
what provider.

The Javaclass used for the implentation is ServerSocket.


Regards, Lothar
--
Lothar Kimmeringer E-Mail: (e-mail address removed)
PGP-encrypted mails preferred (Key-ID: 0x8BC3CD81)

Always remember: The answer is forty-two, there can only be wrong
questions!
 
A

Arne Vajhøj

focode said:
i have to develop an application that will receive sms from a premium
service provider i have to get that sms in my application , but that
can only be possible if i know the port number on which the provider
is sending sms , how to on which port it sens sms

The agreement between you and the service provider should
have a little appendix with IP address, port and
protocol to be used.

I believe that the use of SOAP/HTTP or RESTful POX/HTTP
are quite common.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

deadlock and thread 1
SMPP sending chinese message to smsc 1
SMS 0
send SMS using asp.net(C#) 2.0 2
SENDING SMS 2
List in J2ME 2
Sending SMS using python script 6
send SMS in Java/Linux 10

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,074
Latest member
StanleyFra

Latest Threads

Top