Hi everyone, I'm trying to send parameters to tRESTRequest by post (using postman or soapui), but it's not working when I read the data.
I've 3 component in my Job -> "tRESTRequest ----> tXMLMap -------> tLogRow"
At SOAPUI or POSTMAN I'm setting the Content-Type = application/json and send the json below:
{
"msg" : "talend post",
"numberToDial" :
}
How can I get the parameters by post using talend?
tRESTRequest
tXMLMAP