S
Sanjeev Reddy
Guest
Hi Daniel, I tried with the sample code you have shared. I’m not seeing any issues when accessing the service. Here is the code snippet with REST annotations: @openapi.openedge.export FILE ( type = "REST" , executionMode= "single-run" , useReturnValue= "false" , writeDataSetBeforeImage= "false" ). @openapi.openedge.export( type = "REST" , useReturnValue= "false" , writeDataSetBeforeImage= "false" ). PROCEDURE parametros: DEFINE INPUT PARAMETER charinput AS CHARACTER NO-UNDO . DEFINE OUTPUT PARAMETER teste AS CHARACTER NO-UNDO . ASSIGN teste = "Teste" . END PROCEDURE . Here is the screenshot of my REST mapping editor. Please check your mapping details and retry once. You can also share your mapping details, so that we can take a look and tell what the problem is. Thanks, Sanjeev
Continue reading...
Continue reading...