how to access Salesforce Apex Rest using tRestClient !!!
I urgently need help to call ApexRest i.e. Rest api developed in Salesforce and retrieve the return values in some file or a db table. Firstly I am confused which component to use as I found 2 "tRestClient" and "tRest". Would really appreciate if anyone could give me complete steps to call Salesforce Rest function and retrieve the data returned from it.
Hi,
Have you created a REST API by using Apex REST?
The
tREST component sends HTTP requests to a REpresentational State Transfer (REST) Web service provider and gets responses correspondingly.
The
tRESTClient component sends HTTP and HTTPS requests to a REpresentational State Transfer (REST) Web service provider and gets the corresponding responses.
This component integrates well with
Talend Runtime to get HTTPS support, with more QoS features to be supported in time.
Please see components references:
TalendHelpCenter:tREST and
TalendHelpCenter:tRESTClient Best regards
Sabrina