Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I posted about this previously but can't seem to find my original post.
We are synchronizing data between SAP and Salesforce (master data is in SAP) using a Remote Engine (behind a firewall at AWS). We have a requirement where a user will click a button in Salesforce to create a customer in SAP. We have tested this process using a local machine (see screen shot attached) for the request from Salesforce to SAP (without using the button). The configuration is working fine and the customer is getting created in SAP (and then also updates the customer in Salesforce).
What we need to be able to do is use the tRESTRequest component to listen for the request from Salesforce. So, we basically just need an end point URL in Talend to send the request from Salesforce to. Is this possible in Talend? I haven't found any documentation on creating an end point URL. Fairly new to Talend.
Hi
After you build the restful webservice, you need to deploy it to Talend Runtime, the endpoint URL looks like:
http://{server}:8040/services/user
Hope the following documentation and videos can help you.
https://help.talend.com/r/en-US/7.3/esb-rest/trestrequest-standard-properties
https://www.youtube.com/watch?v=uBdeE6O2lds
Regards
Shong