S
Sanjeev Reddy
Guest
Hi, I think the URL you are hitting seems to be proper until Resource name. I’m not sure how you are handling path parameter (in your case it is ‘1’) in your ABL code. I did some basic testing with your mapping details (input parameter to “Complete URL” and output parameter to body) and I’m getting the response properly when access the service. Here is the sample abl code snipped, I have tried: @openapi.openedge.export FILE ( type = "REST" , executionMode= "external" , useReturnValue= "false" , writeDataSetBeforeImage= "false" ). BLOCK-LEVEL ON ERROR UNDO , THROW . DEFINE INPUT PARAM inp AS CHARACTER . DEFINE OUTPUT PARAM out AS CHARACTER . out = "Request URL: " + inp. Browser request: localhost:8820/.../custom Output from browser: Request URL: localhost:8820/.../custom Please open a case with Tech Support, so that they can I assist you better by looking into your ABL code and REST mapping details. Here is the screenshot of my mapper with both input and output mapping details: Hope this helps, Sanjeev
Continue reading...
Continue reading...