sending http url through http socket programming..

hi
am senthil
am developing a software to send and receive SMS using HTTP connection

first of all am forming a URL and sending that URL to a remote server using my Client Program
i send that url through Socket(using Send() Function)
if i send more than one URL one by one using the same descriptor ..
only the first message got hit in that recepient server ..
rest of the messages are not hitting in that server ..

i could'n trace the problem ...

But using my own sample server program with the same Client program i can hit that server ..
and i can view the messages in that sample server program..

am using only single socket descriptor to send multiple messages ..
i did'n close the descriptor..
since i want to send SMS continously..

i need some suggestions..

Hi Senthil,

Kindly describe server properties and application properties.

Regards
Scharles

Hi Charles..

The following is my code ..

didn get u charles..

Dear sen,

the code seems to be correct, not exactly. server properties check with your server admin . there is a chance to block connections and port. i belived the issue with server properties. and check with the network provider also. before run the program make sure your all connections has been established from end to end.

sug: Kindly try with some simple coding format before proceeding larger application design.

Regards
Scharles

hi .
yeah i did some sample programs ...
i wrote a sample server program ..

my prog is just a client program ...

---------- Post updated at 03:02 PM ---------- Previous update was at 03:01 PM ----------

Is there any bug in my code ...?