I have a REST service using a POST method and it works great when runnning inside the TOS environment. I'm wondering if there is a way I could deploy service to tomcat instance?
Hi, I have deployed a REST webservice to talend runtime. I am unable to invoke it. After deploying I can see the service through URL http://somehost:8080/RestTest_0/services . Could you tell me how I can invoke a method in the service?