SMS transport for axis2

2009-03-18 Thread Charith Wickramarachchi
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 provid

Re: TransportListener and AxisEngine#sendFault(faultContext) tightly coupled

2009-03-18 Thread Dobri Kitipov
Hi Andreas, I am curious if you have tested this with a custom transport listener? I suppose a test case and a documentation update (e.g. JavaDoc) will be something worth having? thanks, dobri On Tue, Mar 17, 2009 at 11:32 PM, Andreas Veithen wrote: > On Tue, Mar 17, 2009 at 12:33, Amila Suria

Re: TransportListener and AxisEngine#sendFault(faultContext) tightly coupled

2009-03-18 Thread Andreas Veithen
Dobri, It think that fault behavior is not yet part of the test suite. Of course, documentation is always welcome :-) Andreas On Wed, Mar 18, 2009 at 09:33, Dobri Kitipov wrote: > Hi Andreas, > I am curious if you have tested this with a custom transport listener? I > suppose a test case and a

Re: using Axiom instead of DOM in ServiceClient.

2009-03-18 Thread Andreas Veithen
On Wed, Mar 18, 2009 at 05:57, Pradeep Fernando wrote: > hi devs, > > @ Andreas, > >> What about improving WSDL20ToAxisServiceBuilder to support DOM and/or >> Axiom directly (I think Woden supports both)? > > > I don't think that would solve our problem, since in the case of WSDL > s we parse the

Re: SMS transport for axis2

2009-03-18 Thread Ruwan Linton
This will be important to synapse 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: > Hi, > > I m planing to write a SM

Re: SMS transport for axis2

2009-03-18 Thread Amila Suriarachchi
Good idea. try to see whether there are any others implementations which can invoke web services using SMS. If so you can follow the same message format. +1 to do this as a GSoc project thanks, Amila. On Wed, Mar 18, 2009 at 2:30 PM, Ruwan Linton wrote: > This will be important to synapse as w

Re: SMS transport for axis2

2009-03-18 Thread Hiranya Jayathilaka
+1 to the concept. IMO this will probably have more usecases in Synapse than in Axis2, specially in conjunction with eventing and CEP support. Similar efforts are being made in .NET space and by IBM folks. You can refer their work to get an idea. Thanks, Hiranya On Wed, Mar 18, 2009 at 2:45 PM, Am

Re: using Axiom instead of DOM in ServiceClient.

2009-03-18 Thread Pradeep Fernando
Hi devs, @ sagara, try{ > WSDLFactory factory = WSDLFactory.newInstance(); > WSDLReader reader = factory.newWSDLReader(); > reader.setFeature(ReaderFeatures.VALIDATION_FEATURE_ID, true); > Description descComp = reader.readWSDL(wsdlLoc); > } > yes, I got your point. This

[jira] Commented: (AXIS2-4040) Web Service with Java generic type

2009-03-18 Thread Amila Chinthaka Suriarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682991#action_12682991 ] Amila Chinthaka Suriarachchi commented on AXIS2-4040: - Have you impleme

Re: using Axiom instead of DOM in ServiceClient.

2009-03-18 Thread Sagara Gunathunga
Hi Pradeep, > some latency. So why we cant work using the already acquired copy of the > WSDL. correct me if i am wrong. yes, possible to use same existing copy, I think this line gives wrong impression . >> Description descComp = reader.readWSDL(wsdlLoc); you have following options (1)

Re: SMS transport for axis2

2009-03-18 Thread Sagara Gunathunga
Hi, If you can support to SMPP protocol [1] that's going to be a excellent feature because SMPP can handle TCP/IP and X.25 connections. Sometimes ago I have evaluated several implementations like SMSLib, SMPPAPI and jsmmp. It seems jsmmp is more matured due to following reasons. 1. It supports

Re: SMS transport for axis2

2009-03-18 Thread Deepal jayasinghe
Hi Charith, Interesting idea, however there was a GSoC project for MMS transport [1]. I would suggest you to have a look at that. Even though we have not commit the code which has full support for MMS. [1] : https://issues.apache.org/jira/browse/AXIS2-941 Thank you! Deepal > Hi, > > I m planing

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

[jira] Created: (AXIS2-4277) Wrong logging level in ModuleDeployer

2009-03-18 Thread Alexis Midon (JIRA)
Wrong logging level in ModuleDeployer - Key: AXIS2-4277 URL: https://issues.apache.org/jira/browse/AXIS2-4277 Project: Axis 2.0 (Axis2) Issue Type: Bug Affects Versions: 1.3, 1.4, 1.4.1, 1.5

[jira] Updated: (AXIS2-4277) Wrong logging level in ModuleDeployer

2009-03-18 Thread Alexis Midon (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexis Midon updated AXIS2-4277: Attachment: AXIS2-4277_#1.txt > Wrong logging level in ModuleDeployer > ---

[jira] Commented: (AXIS2-4277) Wrong logging level in ModuleDeployer

2009-03-18 Thread Alexis Midon (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683132#action_12683132 ] Alexis Midon commented on AXIS2-4277: - patch attached > Wrong logging level in ModuleD

Axis2/Java :How to get notified when a timeout has reached ?

2009-03-18 Thread hideki tihiri
Hi All, Does anyone has an answer ? I asked this on the forum a few days ago but I did not get any response ? I have a service in soapsession scope. The underlying class implements the org.apache.axis2.engine.LifeCycle class. When a session starts the init()method is called. When a session end

[jira] Commented: (AXIS2-3792) codegen plugin fails due to missing jar

2009-03-18 Thread Karl Wang (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683249#action_12683249 ] Karl Wang commented on AXIS2-3792: -- The above (Midhun Skariah Jacob) solution worked for m

[jira] Issue Comment Edited: (AXIS2-3792) codegen plugin fails due to missing jar

2009-03-18 Thread Karl Wang (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683249#action_12683249 ] Karl Wang edited comment on AXIS2-3792 at 3/18/09 5:05 PM: --- The a

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: using Axiom instead of DOM in ServiceClient.

2009-03-18 Thread Pradeep Fernando
hi All, @ Sagara yes, possible to use same existing copy, I think this line gives > wrong impression . > > Description descComp = reader.readWSDL(wsdlLoc); Yes it mislead me. Even the user guide at the woden site gives a wrong impression on the above method. In that case we can use DOM as

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