Hi All,
I am trying to call a rest based json web service(non sap system) in an abap program by using the CL_HTTP_CLIENT=>CREATE(passing the Host and service details) ,and cl_http_utility=>set_request_uri(with url details), the receive method giving a communication failure error .
The system is a gateway system.
Please let me know the settings Required for this and the methods for parsing the json data to the abap format .
Thank you