Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.