Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Deploy POST REST Service on TAC and get URL to call the service from the web

Hi everyone,

 

I develop my POST REST service and I able to call it in local http://localhost:8088/esbdev/orderService.

This is my configuration on tRESTRequest component: 

 

0683p000009M7xU.png

 

 

After that, I published my Service on TAC, as in image: 

 

0683p000009M7w8.png

 

So, I'm not able to call from REST Client my Service, I don't know the URL that I need to use, I don't know if it working...

Could anyone help me please?

Thanks,

Daniel

 
Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi
The service should be deployed to The ESB Runtime (OSGi Container) rather than TAC, you can learn the difference between Talend Jobserver and Talend Runtime in this thread.
https://community.talend.com/t5/Design-and-Development/What-is-the-purpose-of-Talend-Runtime-and-Tal...

 

In the below documentation page, you will learn how to deploy rest service to Talend Runtime.

https://help.talend.com/reader/akzLCJX2jurKtvXycoNGyQ/Ij~7tBlW8im63rAGnGHT3A


Regards
Shong