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: 
_AnonymousUser
Specialist III
Specialist III

TALEND ESB with SOAP/REST

Hi,
I'm new in the world of the ESB and i've been given a project.
I must create a web service SOAP and REST who is authentified and who goes write in a dataBase
I really don't know where to start. Do i have to create a service ? Or just un job is enough ? How can i test the use of POST or GET ?
What is the difference between tESBProvider and TREstRequest ?
And many more....
Someane could answer me plz ? or say me which doc is the good for me ?
Thx a lot.
Vivien
Labels (4)
1 Reply
Anonymous
Not applicable

tESBprovider is for SOAP based requests.  tRESTrequest is for REST based requests (i.e. not SOAP, just using HTTP GET, POST, PUT), etc.  It sounds like you are creating a basic CRUD data services, so I would suggest going the REST path if you have a choice.  Take a look at the User's Guide at help.talend.com and also no the Talend YouTube channel.