Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I went to adjust a mapped field and in testing found that my tRestClient is now after several months returning a blank result. I verified that the identical call returns data in Postman. The only changed that has occurred in this time is my version from 7.x.x to 8.0.1.
Has anyone else seen this and discovered how to get the response again?
Hi
With limited information, it's hard for me to tell what the reason is. I would suggest you to do:
If you are using Talend enterprise subscription products, you can contact Talend Support team, They will be able to hold a Zoom meeting with you and take a look at your config to see how best to resolve this.
Regards
Shong
I created a new job.
My first attempt was using tRestClient, I got a repsonse of 200|<?xml version="1.0" encoding="UTF-8"?>
I then using tHttpRequest and checked response content to file and I get results in the file.
Am I using the wrong components to pull the data?
@Julia Fryk it looks strange! Does the document column of tRestClient's response only contain this line?
<?xml version="1.0" encoding="UTF-8"?>
Nope, the document contains data, it is only when I use tRestClient that I can a blank response or 200|<?xml version="1.0" encoding="UTF-8"?> depending on what I set the HTTP method to.
Thanks for all your input!