Recently I read an article about Sending SMS notifications using WSo2 esb. Unfortunately it does not work for me and I am not 100% sure about some of those configurations. Following are the problems that I have.
Are there any other library files, rather than the two files below, that can be used to enable SMS transport sender over SMPP?
axis2-transport-sms-1.0.0.jar
jsmpp-2.1.0.jar
What is the actual directory into which I should put each of those jars - is it $ESB_HOME/repository/components/lib ?.
Finally, what should the address endpoint for sending a specific number look like?
Is it like this?
<endpoint>
<address uri="sms://94777179968">
</address>
Note :- I am using a SMSC simulator as my actual SMSC.
Thanks in advance.