How to fetch sequence number from Response
Brought to you by:
andrewbalan
Hi, I am using SMPP to send SMS from machine to machine. I have queue holding number of SMSs to be sent. I am successfully able to send the sms. However when I get response I am unable to figure the sequnce number of SMS being sent since it's a asynchronous call which I need to remove the number from queqe. Kindly help me to find out a way to parse the response.