How to communicate with the SMPP server with webMethods

There is a need to communicate with the SMPP server(Short Message Peer to Peer Server) to get all the messages received by a particular Number.I need help on how to communicate with SMPP Server to get the messeges with webMethods.

I need quick help on this any one can help me.

Regards
Rajesh

Just so you know, I believe we already have a SMS package which you can download from https://advantage.webMethods.com/advantage?targChanId=kb_home&oid=161179;92087. If nothing else, you can model your SMPP package on that.

-Karthick

Hi

Karthik,

Thanks for your quick reply,as you mentioned i downloaded opensmpp toolkit and SMS package from advatage.But i can,t understand how i can use these for my problem of communicate with the SMPP server(Short Message Peer to Peer Server) to get all the messages received by a particular Number.I need help on how to communicate with SMPP Server to get the messeges with webMethods.

can you give me some brife description

Regards
Rajesh

Hi

Karthik,

Thanks for your quick reply,as you mentioned i downloaded opensmpp toolkit and SMS package from advatage.But i can,t understand how i can use these for my problem of communicate with the SMPP server(Short Message Peer to Peer Server) to get all the messages received by a particular Number.I need help on how to communicate with SMPP Server to get the messeges with webMethods.

can you give me some brife description

Regards
Rajesh

Hi kartik,

Actually the sms package in advantage contains the code to send SMS.I need code for receiving SMS from SMPP server to the webMethods.

If you know please help me quickly.

Regards
Rajesh

If you can find a java API to do what you need then all you have to do is wrap those calls up in java services…

Nath

Hi Nath,

Thanks for your response.I understand what you said but where can i get that java API.I have some java API but i can’t find that particular calls in that API,So please if you have that particular wrapper java services sebnd to this mail ID
rajesh.kumar@tele2.com

Regards
Rajesh

Hi Rajesh,
I think you may just have to track down a java developer and read the API documentation.

I doubt you’ll find a webMethods package all complete and ready to go and if someone has happened to create one for work purposes: it’d be the intellectual property of the company that wore the costs of developing it.

There’s usually examples that demonstrate various features of whatever API you’re wanting to use, they’re a good port of call to start with.

regards,
Nathan

You may want to check out the opensmpp toolkit under https://sourceforge.net/projects/smstools/.

Hello,
I am sure you can find all the information you need at http://smsforum.net/ or http://www.smpp.org/ (they should be the same place). Good day.

Yemi Bedu

Hi Nathan,

Thanks for your reply.

Regards
rajesh

Hello Bedu,

Thanks for your reply, can you give me some idea about which method in SMPP API,i have to use for receiving SMS from SMPP server to the webMethods.

I need quick help on this,because it is some what urgent.

Regards
Rajesh

Can webMethods layer receive SMS and email from other service providers? Any kind of info or detail is appreciated. Thanks.