D
Daniel Ruiz
Guest
Thanks for your valuable help, I was finally able to generate the REST service [
] The changes I made were as follows: The port number was changed to 8501 I downloaded directly from the official Tomcat page the missing binary name tcnative-1.dll I changed the line of my class: @program FILE( name="Servicio.cls" , module="AppServer") por @program FILE( name="rest.Servicio.cls" , module="AppServer"). I re-exported my project MeasuresSucursal as WEB application My r-code file of Servicio was generated Replace the old files located in my openedge folder with the new compiled files. Fixed database connection error, port was 2500, not 2600. The war file was redone. The instance was restarted and this was the result:
Continue reading...
Continue reading...