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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Alpha549
Creator II
Creator II

Should I use tSoap or tESBConsumer to request a web service ?

Hello everyone,

I use tSoap component to request a web service. I create my envelope concatenating strings.

I heard of tESBConsumer component to request a SOAP web service.

What is the difference between tSoap and tESBConsumer ? Which on is better to use and why ?

Thank you all 🙂

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi

Both of them can be used to call SOAP web service. tSOAP is usually used to call generalized soap webservice with customized messages. If you are using Talend ESB product, and will build Jobs that need to be deployed into the Talend Runtime , it is recommended to use the tESBConsumer component which is best suited for the Talend Runtime.

 

Regards

Shong

View solution in original post

2 Replies
Anonymous
Not applicable

Hi

Both of them can be used to call SOAP web service. tSOAP is usually used to call generalized soap webservice with customized messages. If you are using Talend ESB product, and will build Jobs that need to be deployed into the Talend Runtime , it is recommended to use the tESBConsumer component which is best suited for the Talend Runtime.

 

Regards

Shong

Alpha549
Creator II
Creator II
Author

Hello @Shicong Hong​ thank you for your answer !

Topic solved 🙂