Difference between revisions of "ABAP"

From Blue-IT.org Wiki

(Http client and JSON)
(Http client and JSON)
 
Line 9: Line 9:
 
* Calling an external RESTful service from ABAP – HTTP Method POST  https://blogs.sap.com/2014/11/09/calling-an-external-restful-service-from-abap-http-method-post/
 
* Calling an external RESTful service from ABAP – HTTP Method POST  https://blogs.sap.com/2014/11/09/calling-an-external-restful-service-from-abap-http-method-post/
 
* Unable to post json data to web service API through POST method https://archive.sap.com/discussions/thread/3819217
 
* Unable to post json data to web service API through POST method https://archive.sap.com/discussions/thread/3819217
 +
* Consuming OData service in ABAP via CL_HTTP_CLIENT->CREATE_BY_URL  https://blogs.sap.com/2016/10/19/consuming-odata-service-abap-via-cl_http_client-create_by_url/
  
  
 
[[Category: ABAP]]
 
[[Category: ABAP]]
 
[[Category: SAP]]
 
[[Category: SAP]]

Latest revision as of 06:36, 8 May 2018

Http client and JSON

Search for cl_http_client class in google:

Some interesting articles