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: 
Anonymous
Not applicable

How to get value from Body response in tXMLMap.

How to get value from Body response in tXMLMap.

I am using tSoap -> tXMLMap--------Succsess---------> tFileOutputDelimited1

                                                           Falied---------------------->tFileOutputDelimited2

i am not doing output in Document in tSoap, so response coming into body and i have to get some field/element for condition , so based on condition need to to be sent file to respective tFileOutputDelimited

Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hello @Pratap31 ,

The return result of web service is a string with XML format, you can use tExtractXMLField component to extract the value. The work flow should be:tSOAP--main--tExtactXMLField--main--Output.

Best regards

Sabrina