Skip to main content
Solved

JSON Response in Header

  • November 5, 2025
  • 1 reply
  • 39 views

Forum|alt.badge.img+6

Hi together,

we have the requirment to develop an interface which transfers data to an external system via REST and to use the response for a 2nd call. We did similar things already many times, usually we call the connect framework from PL/SQL (PLSQL_REST_SENDER_API) and process the response in PL/SQL via callback. This works fine as long the response data is placed in the body by the external system.

 

But in this case we are getting back the response in the header. Is there any possibility to access the header tags? In this case we would need the information of “Location” for further processing.

 

 

 

Best answer by dsj

Hi ​@FleStefSc 

 

You can access the response header in the callback.

Set the incld_resp_info_ = TRUE in the  Plsql_Rest_Sender_API.Call_Rest_EndPoint and write your callback method as mentioned in the documentation.

Configure the REST Transport Connector - Technical Documentation For IFS Cloud

 

Hope it helps!

Damith

1 reply

dsj
Ultimate Hero (Partner)
Forum|alt.badge.img+22
  • Ultimate Hero (Partner)
  • Answer
  • November 5, 2025

Hi ​@FleStefSc 

 

You can access the response header in the callback.

Set the incld_resp_info_ = TRUE in the  Plsql_Rest_Sender_API.Call_Rest_EndPoint and write your callback method as mentioned in the documentation.

Configure the REST Transport Connector - Technical Documentation For IFS Cloud

 

Hope it helps!

Damith