Profile

Contact Details

pratap vadlapati


Contributions

1 to 5 of 32 total
Posted By pratap vadlapati Sun May 11, 2025 09:51 PM
Found In Egroup: API Connect
\ view thread
Hi Kumar, Yes, you can use it Or anyways you are storing the message in variable so you can just output that to the invoke and you can proceed with the flow. Case2 : if you want to wait for the response of previous request then you should use promisify from util library to make it easy
Posted By pratap vadlapati Fri May 09, 2025 09:05 PM
Found In Egroup: API Connect
\ view thread
Hi Kumar, You can use another dp-url but I would do this way... Since I already sent message to mq, I will output the required message/request to next action which would be the invoke(your second call) From here I don't need to handle the response it directly goes to the client and if we have to handle ...
Posted By pratap vadlapati Wed April 09, 2025 06:46 AM
Found In Egroup: API Connect
\ view thread
Hi, Check if you are having Authorization Http header towards invoke. If exist cache doesn't work.
Posted By pratap vadlapati Tue January 28, 2025 08:27 AM
Found In Egroup: API Connect
\ view thread
Hi Vijaya, I would do something as below - hope it finds you well. 1. I would send context as output and in the sequence action which is UDP would read it using context.reasAs function based on the content type and do required validation. 2. Which is your scenario, storing response in variable - I ...
Posted By pratap vadlapati Thu November 21, 2024 08:29 AM
Found In Egroup: API Connect
\ view thread
Attached the screen shot