Difference between revisions of "ABAP"

From Blue-IT.org Wiki

(HTTP_CLIENT and JSON)
(Http client and JSON)
Line 1: Line 1:
 
== Http client and JSON ==
 
== Http client and JSON ==
  
 +
Search for cl_http_client class in google:
 +
* https://www.google.com/search?client=ubuntu&channel=fs&q=lo_http_client&ie=utf-8&oe=utf-8
 +
 +
Some interesting articles
 
* [ABAP] HTTP-Client Anfrage (cl_http_client): http://codezentrale.bplaced.net/dcz/?tag=cl_http_client
 
* [ABAP] HTTP-Client Anfrage (cl_http_client): http://codezentrale.bplaced.net/dcz/?tag=cl_http_client
 
* 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/

Revision as of 06:31, 8 May 2018

Http client and JSON

Search for cl_http_client class in google:

Some interesting articles