SMS Hosting with Java api - java

Is there any sms hosting that allows me to use his service with Java api to send sms? I use it in my android app and I have access to internet.
Thanks!

Usually, people sending sms provide a SOAP/REST API to do the job, so you can use whatever language you want.

you could probably use the library from smsj[1] where the class ClickatellTransport could allow you to send the sms to clickatel[2].
http://smsj.sourceforge.net/
http://smsj.sourceforge.net/apidocs/org/marre/sms/transport/clickatell/ClickatellTransport.html

Related

Which API Should consider to communicate with the customer using whatsapp

We are planning to communicate with our customer through whatsapp so what will be the best api for the same , what i learned about Whatsapp business api is we can only communicate with users who will send message first we can not initiate the conversation. is there any possible way to achieve the same ?
Chat API is a good service you should at least consider using. However, it's not free. Check it out:
https://chat-api.com/en/?lang=EN

Sending SMS via Java web applications

Have you seen how some companies send SMS in order to send access code etc? I am also in need of something like that. I have Java web application developed using JSP and Servlet. Through this application, I need to send SMS messages to some selected people.
I am open for free or paid APIs. But that API should support web based apps and should have the capability to send messages to Sri Lanka.
I went through lot of stuff like SMS Lib etc, but they are not built for web applications.
Any ideas?
You should see Simplewire Java SMS Software Development Kit
Sending and receiving SMS From Java using the Ozeki Java SMS SDK
You can have a look at OpenMarket Sms API. Its good and quite economical also.

How to send SMS using modem or gateway from java Web application?

I am new in java web application and I want to send SMS from my Java web application to mobile. How can i do this using mobile/modem or any other way? any easy java API?
i really appreciate ur help.
here is an api :
http://code.google.com/p/serial-comm/
i love this api over other is the reason that you dont have to worry about the native libraries and there path as this api automatically installs the desired native libraries to your system..
there are also other api/s like :
http://code.google.com/p/smslib/
i have recently developed an application using serial-comm which reads SMS from mobile/modem.
the other way around is to buy a sms gateway service like i use mvaayoo in that case you dont have to develop an application just use the api provided by the gateway vendor and that is just a http link to send SMS

how to send SMS to mobiles using JAVA

I want to send SMS to mobiles.Can any one help me how to send SMS to mobiles using JAVA. Is there any Free API?
Any ideas?
i have done this before by installing and using kannel. It can then be used with a java-client or a library like kannel java api.
This is not going to be a simple task, though. There probably are easier alternatives.
You need access to sms gateway.Providers use different protocols SOAP, rest.
There is no free working sms gateways as far is know.
Your question is very vague..
You can send SMS using SMS Gateway where they would provide you with the REST API calls to send SMS's to the numbers..

Calling SKYPE API directly via URL

I am new to SKYPE.
I am wondering that can we call SKYPE API directly from URL?
I found a thread asking something like that.
Can you retrieve your Skype status using JSONP?
Facebook, twitter,etc provide their API expose to developers to make direct call from app.
Is it possible to make direct API call in SKYPE?
thanks.
Grace,
I would suggest you to make a RESTFul Web Service and use the Skype API on the server side.
You can easily expose all the Skype Services by exposing the different URLs.
JAX-RS using JAXB annotation will help you use JSON based communication between your browser and Web Service.
Hope it might help you.

Categories

Resources