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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
priyankak1
Contributor
Contributor

send xml to service API

Hello All,

 

I am new to talend and i have below scenario:

I want to  read a input records from table and create xml format and send to service API (any free api)

 

I am able to read a file from table and create a file in xml format, i am not able to send the xml to service API.

 

Can anyone pls help me in this.

Labels (3)
1 Reply
Anonymous
Not applicable

You need to know what type of service you are sending to and will also need to know how that service is configured. One size does NOT fit all. But as an example, if you are sending your XML to a Rest service, you will want to use a tRestClient and pass the data to the Body column of the input schema.