C
Ciara Coleman
Guest
I have developed a REST service and have several available resources on this service. Instead of publishing to RestMgr1 I export the WAR file and publish this to Tomcat. In order to access a REST resource on the service, the URL is something like this: http://localhost:[PORT]/API/rest/API/getTestString It would be preferable to be able to specify a shorter or alternative URL to access web services, such as the following: http://localhost:[PORT]/API/getTestString Currently this functionality is unsupported and on speaking to Progress Support I found that there are no supported workarounds or methods of doing this.
Continue reading...
Continue reading...