[
https://issues.apache.org/jira/browse/WSCOMMONS-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Charith Dhanushka Wickramarachchi updated WSCOMMONS-470:
--------------------------------------------------------
Attachment: sampleInOutService.aar
sms-transport-22-06-2009.patch
Hi,
This patch will adder SMS sender to the SMS Transport.
following is a sample sender configuration
<transportSender name="sms" class="org.apache.axis2.transport.sms.SMSSender">
<parameter name="host">127.0.0.1</parameter>
<parameter name="port">2776</parameter>
<parameter name="systemType">cp</parameter>
<parameter name="systemId">test</parameter>
<parameter name="password">test</parameter>
</transportSender>
This will support sending SMSs out form a Axis2Clent.
Get a response from a simple Axiss2servce (IN-OUT MEP)
as a example you can call SimpleInoutService attached above can call
getDateTime operation using a SMS by
SampleInOutService: getDateTime
and get the response as a SMS
thanks,
Charith
> SMS Transport
> -------------
>
> Key: WSCOMMONS-470
> URL: https://issues.apache.org/jira/browse/WSCOMMONS-470
> Project: WS-Commons
> Issue Type: New Feature
> Components: Transport
> Affects Versions: Transports 1.1
> Environment: All
> Reporter: Charith Dhanushka Wickramarachchi
> Priority: Minor
> Fix For: Transports 1.1
>
> Attachments: OutPutService.aar, sampleInOutService.aar,
> sms-transport-2009-06-04.patch, sms-transport-22-06-2009.patch,
> sms-transport-25-05-2009.patch, sms-transport-28-05-2009.patch
>
>
> Hi,
> I'm doing the SMS Transport for Axis2 as my google summer of code 2009
> project.
> SMS Transport for Apache Axis2 is a project focusing on implementing a SMPP
> protocol support for Axis2java (And also it will able be used in Apache
> Synapse too Since Synapse uses the same axis2Transports ) by which Axis2 will
> be able to communicate with SMSCs (Short message service centers) or Any
> other Message centers that support SMPP . And also in this project it will
> make enable Axis2/Synapse to communicate with Simple GSM modems.
> following is the link to the project proposal
> http://wiki.apache.org/general/charith/gsoc2009/axis2transportProposal
> I'll be providing patches regularly while I'm developing the Transport
> Thank you,
> Charith
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.