Examples of Using CL_HTTP_CLIENT for HTTP and SOAP
***SOAP Method to Call WebService REPORT z_barry_http_soap_post LINE-SIZE 1023. DATA: http_client TYPE REF TO if_http_client . DATA: proxy_host TYPE string VALUE '10.99.60.203' , proxy_port TYPE string VALUE '8080', proxy_user TYPE string , proxy_pass TYPE string . DATA: len TYPE i, len_str TYPE string . DATA: post_string TYPE string , return_str TYPE string . PARAMETERS: p_code(11) … Read more