Page 1 of 1

I am getting GENERIC_NACK response while trying to Submit r

Posted: Sat Apr 15, 2017 1:27 pm
by smssure
I am getting GENERIC_NACK response while trying to Submit request with SubmitMulti() function.

Client.Submit(SMS.ForSubmitMulti()
.ServiceType("test")
.Text("Test Test Test Test Test Test Test Test Test Test")
.From("MyService")
.ToDestinations(destList)
.DeliveryReceipt()
);

Kindly suggest what should be resolution for this issue. And kindly suugest what are the parameters which are mandatory for submitting multisubmit,

Re: I am getting GENERIC_NACK response while trying to Subm

Posted: Tue Apr 18, 2017 5:01 am
by smssure
Any update ?

Re: I am getting GENERIC_NACK response while trying to Subm

Posted: Wed Apr 19, 2017 7:55 pm
by alt
Could you please post here trace log file from your application?
I would check what data library transfers to SMSC and what data is received from SMSC.