Re: SMS transport for axis2

2009-03-18 Thread Ruwan Linton
ning to write a SMS transport for axis2 as My GSoC project.From that > users will be able to invoke web services using a SMSs and also axis2 will > be able to send SMS massages to the clients. > > As a first phase i m thinking of giving support to Simple sms's to invoke > services

Re: SMS transport for axis2

2009-03-18 Thread Amila Suriarachchi
as well. For example in the case of > alerting and notifications it will be very important to have a SMS > transport. > > +1 > > Thanks, > Ruwan > > > On Wed, Mar 18, 2009 at 1:59 PM, Charith Wickramarachchi < > charith.dhanus...@gmail.com> wrote: > >>

Re: SMS transport for axis2

2009-03-18 Thread Hiranya Jayathilaka
> Thanks, >> Ruwan >> >> >> On Wed, Mar 18, 2009 at 1:59 PM, Charith Wickramarachchi < >> charith.dhanus...@gmail.com> wrote: >> >>> Hi, >>> >>> I m planing to write a SMS transport for axis2 as My GSoC project.From >>> that

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-26 Thread Saliya Ekanayake
Charith, Have a look at [1] for a sample scenario with SMS and [2] for some insight into sending SMS based on XML. IMHO I guess it would be nice to have application level reliability in the case of notifying a user on an event. [1] http://www.pymma.com/eng/content/download/620/3501/file/Soa

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-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-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