NG client rest_ws on Tomcat

Hi,

Trying to expose Web Services of responsive NG client solution that’s .war-deployed to Tomcat 8.5 container
https://wiki.servoy.com/display/DOCS/RE … b+Services
https://wiki.servoy.com/display/DOCS/NG … deployment

Attempts were variations of below pseudo-link for GET → ws_read

{serverURL}/{solutionName}/servoy-service/rest_ws/{solutionName}/{formName}

When deployed as Web Client solution to native Servoy .servoy-file-import, it worked again as usual. Haven’t found clue in related webinars:
REST: https://www.youtube.com/watch?v=f7k2cvpI-mY
WAR: https://www.youtube.com/watch?v=uPVM9GJL-gY

How to expose Web Service in NG client+Tomcat? What’s the exact link to reach them?

Regards