Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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.