Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 🙂
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
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
Hello @Shicong Hong thank you for your answer !
Topic solved 🙂