[ 
https://issues.apache.org/jira/browse/WSCOMMONS-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Charith Dhanushka Wickramarachchi updated WSCOMMONS-470:
--------------------------------------------------------

    Attachment: OutPutService.aar
                sms-transport-25-05-2009.patch

hi,

This is the my 1st patch for the SMS transport where i have implemented the 
transport in   part.
I m using a RPC style message format as the default message format where it 
accept a SMS message format of

ServiceName:OperationName:param_1=value_1:param_2=value_2:param_3=value_3......:param_n=value_n

but i have given capability to defining other Message Formats as well
following is a configuration that needed to be added to the axis2.xml 

<transportReceiver name="sms"
                       
class="org.apache.axis2.transport.sms.SMSMessageReciever">
                <parameter name="host">127.0.0.1</parameter>
                <parameter name="port">2775</parameter>
                <parameter name="systemType">cp</parameter>
                <parameter name="systemId">smppclient1</parameter>
                <parameter name="password">password</parameter>
</transportReceiver>
 
 I used SMPPSim for testing the application.
 and I'm attaching a Sample in only service that can be used to test

with a Message like:
OutPutService:printUpTo:number=5 

where service will print Numbers 0 to 4 in the console :)
This is still in Experimental stage(can be use as a POC)

I'll be sending more patches with more features while i m doing the project

Thank you,
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, sms-transport-25-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.

Reply via email to