Javatpoint Logo

Java Program to send SMS to an external API

By: annuan*** On: Wed Feb 22 17:39:29 IST 2017     Question Reputation0 Answer Reputation0 Quiz Belt Series Points0  0Blank User
Hi,

I am fairly new to Java Coding and I have a requirement.

1. We have an external End Point given https://cloudxapi.herokuapp.com/api/messages , we need to call this with two parameters message ( this is the TXT Message) and to ( this is the phone number ). This end point will send txt message to that particular phone number

2. This end point has a user Authentication, We have the User id password as well as the 64 bit encoded key ( User Id and Password together) . This authorization key we have verified in POSTMAN as well as SOAP UI

3.. We need to build a java program to call this. I am not able to completely do this. I am using eclipse JDE (Neon.2 Release (4.6.2))

Can anyone help me with a sample program ?

Thanks in Advance !!!
Anumol Antony
Up0Down

 
Image Created0Down

By: [email protected] On: Thu Feb 23 12:39:19 IST 2017 Question Reputation0 Answer Reputation0 Belt Series Points0 0User Image
Are You Satisfied :0Yes0No