Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone. I am building an excel to REST integration using Talend 6.3. I found the tRestClient component no longer has a way to specify the body in 6.3. So everything work in terms of tying things together and calling the web service, but the response is invalid because it is expecting a body. I thought setting up the Input Schema would automatically send as body but it doesn't. I am just not sure, in 6.3, how to send a body with tRestClient. Attached are some screens.
[UPDATE] OK So I see it is expecting you to not change the input schema which must be body. But how to you get the map from the JSON to the body? Using XMLMap doesn't work as it requires XML. Do you have to convert your JSON to XML and then let the tRestClient turn back to JSON or do you manually create the tree structure? Either way, not very pretty if the only way.