Question

url_params_ doent replaced in Ap10/upd17

  • 26 April 2023
  • 0 replies
  • 43 views

Userlevel 2
Badge +4

Im with App10 UPD17

We are facing an issue in Apps10 upd17 track and thought of getting your input and verify whether this is a known bug.

We have setup the plsql code as follows where we intend to replace the URL parameters in the routing address -

 

        url_params_ := Plsqlap_Document_API.New_Document('URL_PARAMETERS');    

      Plsqlap_Document_API.Add_Attribute(url_params_, 'param1', order_no_);

      Plsql_Rest_Sender_API.Call_Rest_EndPoint_Empty_Body2 (

                              rest_service_         =>  NULL,

                              url_params_           =>  url_params_ ,

                              callback_func_        =>  'C_FORCAM_INT_UTIL_API.GET_PRODUCTION_ID_RESP',

                              http_method_          =>  'GET',

                              key_ref_              =>   so_key_ref_,

                              sender_               =>  'IFS',

                              receiver_             =>  'GET_PRODUCTION_ID');

 

Placeholder {param1} is amended with Mock server URL in the  Routing Address/Rest End Point.

Expected Routing Rule is picked and request is sending to Postman mock server.

But When we check the logs of the mock server in Postman we DO NOT see that param1 is replaced dynamically with the order_no.

Please share if you have any .

Thanks in advance!


0 replies

Be the first to reply!

Reply