SubmitSM message Is empty

Post Reply
developerlearn999
Posts: 85
Joined: Thu Jun 20, 2019 9:34 am

SubmitSM message Is empty

Post by developerlearn999 » Fri Nov 29, 2019 8:17 pm

Hi
i am checking if a message content is empty i return some error code.
customer comlians that some times he send messages but i don't see the content and return him an error.
maybe some chare can cause this?

Code: Select all

 private void server_evClientSubmitSm(object sender, SmppServerClient client, SubmitSm data)
        {
            
            if (data.MessageText == null || data.MessageText.Trim() == string.Empty){
            //return error.....
            }
send you a wireshark in private message.

also how can i decrypt the message from the wireshark and check what was the content?
developerlearn999
Posts: 85
Joined: Thu Jun 20, 2019 9:34 am

Re: SubmitSM message Is empty

Post by developerlearn999 » Tue Dec 03, 2019 12:30 pm

please delete post
Post Reply