Difference between revisions of "ABAP"

From Blue-IT.org Wiki

(Http client and JSON)
(Http client and JSON)
Line 6: Line 6:
 
Some interesting articles
 
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

Revision as of 06:32, 8 May 2018

Http client and JSON

Search for cl_http_client class in google:

Some interesting articles