‎2006 Jun 19 7:35 AM
Hi,
I will like to make an HTTP call from ABAP
And process the return values.
i would like to integrate the SMS Gateway server with my application and will have to integrate the HTTP API in my application on ABAP. Here is the specification of the api that needs to be integrated http://www.clickatell.com/brochure/products/api_http.php
is it possible to do this with ABAP, I have to write a layer that will fetch the mobile nos from the database and send it to the SMS gateway
Thanks in advance
Himansu
‎2006 Jun 19 8:02 AM
‎2006 Jun 19 8:15 AM
Welcome to SDN.
its possible by using class cl_http_client, using this you can turn your abap to be a http client.
check this weblog.
/people/durairaj.athavanraja/blog/2005/07/12/send-sms-to-india-from-abap
and this demo program
RSHTTP20
Regards
Raja