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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] How to read soap response and extract the values and dump it into csv

Hi,
How to read the soap response and extract the values and dump it into the database or to a csv file?
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Which component do you use to call the web service? tSOAP or tESBConsumer or other? If the component returns a Document, use tXMLMap, if the component returns a string, use tExtractXMLField.
Best regards
Shong

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Which component do you use to call the web service? tSOAP or tESBConsumer or other? If the component returns a Document, use tXMLMap, if the component returns a string, use tExtractXMLField.
Best regards
Shong