Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am doing my first steps in Talend Studio. I would like to read data from an ODATA service (https://....) via Talend Studio.
When I enter the URL of the ODATA service (https://...) in a browser, a prompt appears and asks for username and password. After entering the credentials I can see the data in XML format in the browser.
To do the same GET request in Talend Studio, I tried to use tRESTClient component with the settings in the attched screenshot. But this lead to a timeout in job execution.
I am probably wrong with Authentication Typ Basic HTTP. I also read something about using tSetKeystore component together with tRESTClient. But I am not quite sure how to set this up correctly.
I hope someone can help me out. Thanks in advance.
Best regards
Hi, no idea so far?
I just verified the ODATA call from Windows PowerShell from my local machine. As you can see from the screenshot attached, the call works fine from PowerShell. I now need to do the same via Talend Open Studio. Can you please help? Thanks!