Need Help to get messages from SMSC using SMPP protocol

Hi,

I am writing code to connect theSMS Center and receive all the messages from SMS center by using SMPP protocol. If i use the Simulator and Test file provided by Logica, it works well.

if i use realSMSC center, it can't receive the message. after certain accesses, Socket Closed exception was thrown.

I really appreciate, if any one reply to me.

Regards,

R.Chandrasekaran.

Message was edited by:

TamilJavaDon

[479 byte] By [TamilJavaDona] at [2007-11-26 18:31:27]
# 1
A Socket Closed exception means that you have closed this end's Socket yourself in your own code.
ejpa at 2007-7-9 6:05:35 > top of Java-index,Core,Core APIs...
# 2
no, i am not closing the connection elsewhere in my program...
TamilJavaDona at 2007-7-9 6:05:35 > top of Java-index,Core,Core APIs...