Difference between revisions of "ABAP"

From Blue-IT.org Wiki

(Http client and JSON)
 
(4 intermediate revisions by the same user not shown)
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
 +
* Beispielprogramm: Ausführung eines HTTP Requests    https://help.sap.com/saphelp_nw70ehp2/helpdata/de/1f/93163f9959a808e10000000a114084/content.htm?no_cache=true
 
* 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