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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

HTTP Request Body

Hi,
I need to include some XML in the body of a http request. I have looked at the http request component and there doesn't appear to be anywhere to include the body of the request. 
Is there any examples of how to achieve this? I have looked around the Talend site and there doesn't appear to be anything on this.
Thanks 
Labels (3)
1 Reply
Anonymous
Not applicable

You may be looking for a tRESTRequest component.
Just a few things to note about this component. 

You will need to define the endpoint you expect the request to be sent to. 
If the request is sent directly to the endpoint defined, the URI pattern is "/"
You can have multiple requests intercepted by this component by defining more URI patterns ex: http://localhost:8088/request_type_1, http://localhost:8088/request_type_2
You will need to define a schema with a column named "body" note that this is case sensitive.

0683p000009MD9u.png