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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
nk2h
Contributor
Contributor

Type mismatch error: cannot convert from String to Document

I want to extract XML element from SOAP response.

tSOAP(GetSellableProduct) -> ProductId -> tSOAP(GetProductByProductId) -> XMLMap.

In tXMLMap, I can't change Body(String) to Body(Document). How can I extract xml elements?

0695b00000YzRscAAF.png

0695b00000YzRsSAAV.png

Labels (4)
1 Reply
Anonymous
Not applicable

Hello,

By using tExtractXMLField, it's not required to convert Body(String) to Body(Document).

For your case, please add another tExtractXMLField to extract the xml elements after the XMLMAP in your above job.