I want to write a Rest API to Send SMS, Receive SMS, Get Notification, Subscribe SMS Notification and Un Subscribe SMS Notification using WSO2 ESB 4.8 or new version.
- I checked WSO2-ESB-Sending SMS block, It contain only sending SMS, but not Receive SMS, Get Notification, Subscribe SMS Notification and Un Subscribe SMS Notification.
- Also can someone guide me how to implement the rest of the part (E.g SendSMS is void method in axis2-transport-sms-1.0.0.jar, Its mean we wont get the response after calling SendSMS method. So how can check the response status?
Thanks