Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SEND SMS with SMPP in ADF

zakinfoMar 23 2016 — edited Mar 23 2016

Hi all

I try to send sms with SMPP in ADF but I have this error : org.jsmpp.extra.NegativeResponseException: Negative response 00000094 found

after executing :

smppSession.submitShortMessage(

                    "SMPP",

                    TypeOfNumber.NATIONAL,

                    NumberingPlanIndicator.ISDN,

                    "123",

                    TypeOfNumber.NATIONAL,

                    NumberingPlanIndicator.ISDN,

                    MSISDN,

                    esmClass,

                    (byte) 0,

                    (byte) 1,

                    tF.format(new Date()),

                    null,

                    new RegisteredDelivery(SMSCDeliveryReceipt.DEFAULT),

                    (byte) 0,

                    dataCoding,

                    (byte) 0,

                    message.getBytes(),

                    new OptionalParameter.Byte(OptionalParameter.Tag.USSD_SERVICE_OP,

                    (byte) 2));


please help me to resolve this problem.


Best regards.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 20 2016
Added on Mar 23 2016
2 comments
331 views