Binding between HTTP & SMPP is done! How to parse smpp into http?

Binding between HTTP & SMPP is done! How to parse smpp into http? SearchSearch
Author Message
Sanket S. Sapre
New member
Username: Laxmikant

Post Number: 1
Registered: 08-2007
Posted on Monday, August 20, 2007 - 09:49 am:   

Hi,
I am successful in binding the connection between HTTP socket proraam(which can accept request on particular port (Port- 2775) and SMPP Simulator Client!

But frndz I am stuck up in sending or receiving any messages between these two???

Plz suggest me some way how to go for it and how can I Parse SMPP message into HTTP message??? Also how to break the SMPP header to get the abstract value in it and display through a http terminal on consol???
Nauman Malik
New member
Username: Nauman78

Post Number: 10
Registered: 07-2007
Posted on Wednesday, August 22, 2007 - 09:26 pm:   

Download SMPP Specification and read it. You can also find SMPP DLLs that can create and parse SMS messages for you. Off course they r not for free :-)

Good luck