ANNOUNCEMENT: On Tuesday, November 12, from approximately 7:00 a.m. to 10:00 a.m. CET, notifications will be unavailable for SAP Community. You'll still be able to log in and post as normal, but activity within the community will not trigger notifications during this time.
UPDATE 2023:
Added link to code on github
Code to create client proxy must be replaced.
replace
ro_client_proxy ?= /iwbep/cl_cp_client_proxy=>create_rest_remote_proxy(
with
mo_client_proxy_int ?= /iwbep/cl_cp_client_proxy_fact=>create_rest_re...
Hi Amandeep,
Thanks for your comment. Try to use this code to run the above example. If the same errors exist, then please let me know. Also, for the lx_rest_json_pl example, you can simply remove it and use normal exception handling for http_client...
Nice blog!
Just one small thing you could add... in step 10, where we publish the service binding.. it is worth mentioning that it can also be published as any of following:
1. V4 API
2. V4 UI
3. V2 UI
4. V2 API