Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
But is their any way to read the XML from stream and extract the xml elements based on XPATH query from XML file which is not located on local system but instead might be generated in stream.
Hi,
But is their any way to read the XML from stream and extract the xml elements based on XPATH query from XML file which is not located on local system but instead might be generated in stream.
You can read a XML file generated from stream from "File Name/Stream" as your screenshot shown.
Please have a look at the on-line component reference tFileInputXML
Best regards
Sabrina
Hi
The tFileInputXML read the xml file generated by tFileOutputXML? If so, I don't understand why you generate the xml file if you don't want to do it. To me, extract the data from xml request with tExtractXMLField or tXMLMap, and then pass directly them to other component or store them into memory for use later.
Am I misunderstand your request?
Shong