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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Fernandez
Creator II
Creator II

How to call a WebService with a XML as input parameter ?

Hi,

 

I am not comfortable with WebService call.

I want to call a HTTP request with a XML as parameter and get a XML as response also.

How can i do ?

 

Thanks for your support,

Labels (3)
1 Reply
Anonymous
Not applicable

Use tRest Component with below settings:

Http Method : Post
Http Headers :
Name="Content-Type", value="application/xml"
Http body: PASTE YOUR XML CONTENT HERE.

Hope this helps !