Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] tRESTrequest vs. tESBProviderRequest

I would like to better understand the difference between the REST and ESBProvider component families, e.g. tRESTrequest and tESBProviderRequest. Both are working fine for me to wrap Talend jobs into a web service. However my questions are
* What are the real differences between those two component families?
* In which use cases which of them should be used?
Thanks a million in advance!
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

The ESB component family (both SOAP and REST) are the ones with the more complete feature set. They are fully available for DI despite their ESB in the title.
The other components, say tREST, tSOAP, tWebService are legacy and might get deprecated in the future.

For 6.1 coming out year end we certainly will update the ESB family only.

View solution in original post

3 Replies
Anonymous
Not applicable
Author

tRestRequest is used to to create a restful web servcie, however, tESBProviderRequest is used to create SOAP we bservice, it depends on which type of web service you want to build.
Best regards
Shong
Anonymous
Not applicable
Author

The ESB component family (both SOAP and REST) are the ones with the more complete feature set. They are fully available for DI despite their ESB in the title.
The other components, say tREST, tSOAP, tWebService are legacy and might get deprecated in the future.

For 6.1 coming out year end we certainly will update the ESB family only.
Anonymous
Not applicable
Author

Many thanks to both of you. Very helpful and good to know!