Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 92516 invoked from network); 18 Mar 2009 15:33:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Mar 2009 15:33:37 -0000 Received: (qmail 28124 invoked by uid 500); 18 Mar 2009 15:33:34 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 27821 invoked by uid 500); 18 Mar 2009 15:33:33 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 27812 invoked by uid 99); 18 Mar 2009 15:33:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Mar 2009 08:33:33 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of eran.chinthaka@gmail.com designates 74.125.46.153 as permitted sender) Received: from [74.125.46.153] (HELO yw-out-1718.google.com) (74.125.46.153) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Mar 2009 15:33:23 +0000 Received: by yw-out-1718.google.com with SMTP id 9so63554ywk.88 for ; Wed, 18 Mar 2009 08:33:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=E548gG9Nhxr/y4KgvwVYk+FF8UKiK2RsYFI3bTaJaZM=; b=GMJSihcYCF6OYsJ5TcUBDOf1Cmr2UV1WQnqiJmfgPtzedJ3J2Reh0Eranll0IeIhS3 2Fcn4fbE13NtysqfpyUUC2PG1cJdunzHLJmOF/DF8QdFZhLJ7NqKNtX2aUrlMsO5JfYf hQ1zHfmh8ejM3TBYuWGRXBh9+Twx1ESZuPpow= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=xTRkviofDjMmvlj8u+dldxxeJtdL/eX7whbbfEg3lUPR3e0EeyFhztfhbxmTw4SW+m Ft2PK3vgVQ593QKls5ldX/bvGUH4+xdUM82hT3YTRChnv8RtOWopc/+Me1ole3nK+Eqe A535gWqynhd9r8+Q3HYfv0levfufuyOTcy9+w= MIME-Version: 1.0 Received: by 10.150.219.18 with SMTP id r18mr2462939ybg.75.1237390381887; Wed, 18 Mar 2009 08:33:01 -0700 (PDT) In-Reply-To: References: Date: Wed, 18 Mar 2009 11:33:01 -0400 Message-ID: <12f870d60903180833h72b0be68k4be0a6751021f45@mail.gmail.com> Subject: Re: [Axis2] SMS transport for axis2 From: Eran Chinthaka To: axis-dev@ws.apache.org Content-Type: multipart/alternative; boundary=000e0cd4830a29340b0465666677 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd4830a29340b0465666677 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 will be as trivial as sending an email to a server, or invoking a REST interface. 2. If you are using java to write clients that will run on clients, remember you will not be able to use at least some of the Axis2 classes, if they are not supported by the profiles in J2ME. 3. Rather than writing a generic (and crappy) java application, how about writing more integrated apps for famous phones like iPhone, blackberries, etc.,. When the applications are integrated, it will be more useful and convenient, IMO. This project can be handled couple of different ways. If you can elaborate a bit more on your plan, it will be easy for us to understand how easy/hard it is and depending on that we can help you. With Mettha, Eran Chinthaka -------------------------------------------------------------------- Health is the greatest gift; contentment is the greatest wealth; trusting is the best relationship; nirvana is the highest joy. - Dhammapada On Wed, Mar 18, 2009 at 4:29 AM, Charith Wickramarachchi < charith.dhanushka@gmail.com> wrote: > Hi, > > I m planing 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 (Eg: by providing service name and paramters (like in Rest)) > And also in the Sender side making it enable to Send simple text responces > > And as a Sesond phase i will try to handle binery attatchments and SOAP > content comming with a SMS.(Since now there may insidences that javaME > mobile clients may able to send recieve SOAP and binery attachments using > SMSs). > > I'm thinking of get the support of SMSLib or jsmpplibries to implement this feature(Both projects have Apache License) > If you think this is a good project idea.I would like to submit a project > proposal.and implement this feature. > > your ideas and comments are welcome. > > thank you, > -- > Charith Dhanushka Wickramarachchi > http://charithwiki.blogspot.com/ > > --000e0cd4830a29340b0465666677 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 applic= ation?=A0 Are you thinking of using a digital modem or a SMS Server on your= own? May be this part will be as trivial as sending an email to a server, = or invoking a REST interface.

2. If you are using java to write clients that will run on clients, rem= ember you will not be able to use at least some of the Axis2 classes, if th= ey are not supported by the profiles in J2ME.

3. Rather than writin= g a generic (and crappy) java application, how about writing more integrate= d apps for famous phones like iPhone, blackberries, etc.,. When the applica= tions are integrated, it will be more useful and convenient, IMO.

This project can be handled couple of different ways. If you can elabor= ate a bit more on your plan, it will be easy for us to understand how easy/= hard it is and depending on that we can help you.

With Mettha,
Eran Chinthaka

-----------------------------------------------------= ---------------
Health is the greatest gift; contentment is the greatest= wealth; trusting is the best relationship; nirvana is the highest joy. - D= hammapada


On Wed, Mar 18, 2009 at 4:29 AM, Charith= Wickramarachchi <charith.dhanushka@gmail.com> wrote:
Hi,

I m planing to write a SMS transport for axis2 as My GSoC projec= t.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=A0 servi= ces (Eg: by providing service name and paramters (like in Rest))
And also in the Sender side making it enable to Send simple text responces<= br>
And as a Sesond phase i will try to handle binery attatchments and S= OAP content comming with a SMS.(Since now there may insidences that javaME = mobile clients may able to send recieve SOAP and binery attachments using S= MSs).=A0 =A0

I'm thinking of get the support of SMSLib or jsmpp libries to implement this feature(Both projects= have Apache License) =A0
If you think this is a good project idea.I would like to submit a project p= roposal.and implement this feature.

your ideas and comments are welcome.

thank you,
--
Charith Dhanushka Wickramarachchi
http://charithwiki.blogspot.co= m/


--000e0cd4830a29340b0465666677--