Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
i have a problem with a job.
My job is tu patch a document with new values using rest webservices using cUrl ans patch method.
I test with postman and I have no problem
But when I use the tRestClient and the patch method, it doesn't work
Do you have a idea? I'm using Talend 6.2.1
Thanks for your answers.
Regards
Your queries in Postman and in Talend is different:
You need prepare request Body and send it to endpoint
as example:
Thanks for your answer.
But I've done an old job using post method and this job works (see screenshot below) So I don't understand why it doesn't work with Patch method. Is it possible that is a bug of the tRest Component?
.
in this case - double check number of parameters - from the cropped picture it not clean is it same or not (no doubt order different, but not clean all there or not)