Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates

Qlik Talend Products: tRestRequest Component is receiving null response when passing a parameter to the service

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Brian_Chan
Support
Support

Qlik Talend Products: tRestRequest Component is receiving null response when passing a parameter to the service

Last Update:

Jul 11, 2025 5:52:15 AM

Updated By:

Xiaodi_Shi

Created date:

Jul 11, 2025 5:52:15 AM

When passing parameters from postman to a talend services, tRestRequest component is receiving null response.

 

Resolution

Review the schema of the tRestRequest component to ensure the Comment field is appropriately assigned.  

trestrequest_api_schema.png

 

In REST API Mapping section, by default, if you leave the Comment field empty, the parameter is considered as a Path parameter.

 

Cause

There are some parameters missing/misconfiguring in the Comment field of tRestRequest component and you need to define what type of parameter it is in the Comment field of the schema.

Below is a list of supported Comment values:

  • empty or path corresponds to the default @PathParam,

  • query corresponds to @QueryParam,

  • form corresponds to @FormParam,

  • header corresponds to @HeaderParam.

  • matrix corresponds to @MatrixParam.

  • multipart corresponds to the CXF specific @Multipart, representing the request body. It can be used only with POST and PUT HTTP methods.

 

Related Content 

https://help.qlik.com/talend/en-US/components/8.0/esb-rest/trestrequest

 

Environment

Talend Data Integration 

Labels (2)
Version history
Last update:
‎2025-07-11 05:52 AM
Updated by: