Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to send and receive API calls through Talend?

Hi,

Can you please help me how to configure API in talend?

Labels (2)
6 Replies
fdenis
Master
Master

what do you want exactly?
Anonymous
Not applicable
Author

Hi Fdenis,

We have a ecommerce portal and ERP system. There is no link between ecommerce and ERP. Now we want to establish connection between them using talend. Ecommerce portal has API facility. Now i want to configure api in talend that will communicate with ecommerce and fetch the required data. Later I will push data to my ERP.

This is my requirement. Please guide me how to configure this.

 

Regards,

Ramesh 

Anonymous
Not applicable
Author

Is it a Java API, a REST API, a SOAP API, etc? We need to know about the API(s) before we can even start offering suggestions

fdenis
Master
Master

define your api type is ti rest, web services, soap, db view, SAP... ?

once you have define the type go to the corresponding components. insert components on job.

Select component then press F1, help is coming. You are going to have description of component functionality and a sample. that's useful.

Anonymous
Not applicable
Author

Its SOAP 

fdenis
Master
Master

so in Palette / internet you are going to fine tSoap component.

put it on a job press f1 read help and sample.

good luck