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: 
veryimportantdude
Contributor III
Contributor III

soap to xml

Hello
I am using TOS 5.5.1 and I am trying to get data from WSDL service and create xml file
I put tSOAP component and connected to tfileoutputXML. I am getting a realy disturbing string in body tag 
"<ns2:GetWarningDeviceStatusHistoryResponse xmlns:ns2=" http://analytics.pins.iskratel.si/"><return><id>1</id><timeStart>201...; "

any suggestions on how to create a simple xml file for forward processing (transfering data into db)

Thank you

best regards
Labels (4)
1 Reply
Anonymous
Not applicable

Hi 
The body returns a XML string, you can use a tExtractXMLField to extract the data from SOAP message after tSOAP.
Best regards
Shong