Re: [Axis2] SMS transport for axis2

2009-04-01 Thread Amila Suriarachchi
On Thu, Apr 2, 2009 at 9:11 AM, Charith Wickramarachchi < charith.dhanus...@gmail.com> wrote: > Hi, > > While preparing the proposal I have done some initial experimental work on > the SMPP transport support. > > I wrote a experimental InOnly SMPP transport for Axis2 and use it to invoke > a servi

Re: [Axis2] SMS transport for axis2

2009-04-01 Thread Charith Wickramarachchi
Hi, While preparing the proposal I have done some initial experimental work on the SMPP transport support. I wrote a experimental InOnly SMPP transport for Axis2 and use it to invoke a service Here is what i did. I wrote SMPP transpot Listener using the jsmpp suppport .And Used SMSCSim to Simu

Re: [Axis2] SMS transport for axis2

2009-03-30 Thread Charith Wickramarachchi
Hi, Apache ServiceMix have given support for SMPP using a SMPP component [1] I think that code[2] will be useful to me as a reference. And i have updated my proposal to the New Apache Proposal format It can be found at http://wiki.apache.org/general/charith/gsoc2009/axis2transportProposal you

Re: [Axis2] SMS transport for axis2

2009-03-26 Thread Charith Wickramarachchi
Hi, I'm currently evaluating open source libraries that support SMPP and debuging the Axis2 Http transport. I'm currently Woking with jsmpp.While reading the SMPP protocal specification [1] and working with jsmpp [2] I found out that In SMPP there is a way to archive reliability by having a delev

Re: [Axis2] SMS transport for axis2

2009-03-22 Thread Charith Wickramarachchi
Hi, Yes i m also think that the message size is a major design issue in this. I was thinking of limiting the payload size.Because IMO most of the practical scenarios the maximum payload size given in SMPP will be sufficient. I think aggregating messages will be harder since we have no control ove

Re: [Axis2] SMS transport for axis2

2009-03-22 Thread Ajith Ranabahu
Hi Charith, This is a very good idea indeed. As many pointed out, there are immense benefits in doing this and it is indeed great for a GSoC. I think Sagara has a good point. Since there is a character limit per message you need to think about how larger payloads can be transfered. For cell phone

Re: [Axis2] SMS transport for axis2

2009-03-19 Thread Sagara Gunathunga
Hi Charith, It always better to implement for a specification instead of a specific implementation such as SMSlib , Initially you can set up SMPPSim for testing it just like running a HTTP server. Any way what is your plan to handle size of the the payload messages ..? This is not a proble

Re: [Axis2] SMS transport for axis2

2009-03-18 Thread Ruwan Linton
Charith, You will also need to come up with a protocol, for that I propose you search through any existing protocols and try to be compliant with those... but not to inherit bad protocols. Thanks, Ruwan On Thu, Mar 19, 2009 at 10:01 AM, Charith Wickramarachchi < charith.dhanus...@gmail.com> wrot

Re: [Axis2] SMS transport for axis2

2009-03-18 Thread Charith Wickramarachchi
Hi all, Thank you very much for you ideas and comments.It is very nice of all of you. Currently I have done testing with SMSlib and looking in to the SMPP API and jsmpp which is a good implementation @Deepal Thank you for pointing out this.I'm not trying re implement this feature.As Saranga has

Re: [Axis2] SMS transport for axis2

2009-03-18 Thread Damitha Kumarage
Eran Chinthaka wrote: Hi Charith, This is a very good idea. I especially like the concept because this can be used to "push" notifications to the clients. Here are some few comments. 1. What is your plan to test this application? Are you thinking of using a digital modem or a SMS Server on

Re: [Axis2] SMS transport for axis2

2009-03-18 Thread Eran Chinthaka
Hi Charith, This is a very good idea. I especially like the concept because this can be used to "push" notifications to the clients. Here are some few comments. 1. What is your plan to test this application? Are you thinking of using a digital modem or a SMS Server on your own? May be this part