Read XML map output

You can map the OutputXml output parameter that contains the XML data (stored as a string) to a variable valid to the specified XML Schema.

See Creating a Standalone Map for general instructions on mapping.

During run time, an orchestration could invoke the following sequence of activities:
  1. A FTP Poll Directory activity assigns the contents of a flat file to a String variable called XMLRawContent.
  2. A Read XML activity assigns the contents of the XMLRawContent variable to the string input parameter called XMLText.
  3. The Read XML activity converts XMLTesta to XML data and passes the XML data back to the orchestration via the output parameter. The contents of the output parameter are assigned to the variable valid to the XML Schema. The data XML input document can now be used and mapped within the orchestration.



Feedback | Notices


Timestamp icon Last updated: Wednesday, February 17, 2016


http://pic.dhe.ibm.com/infocenter/wci/v7r0m0/topic/com.ibm.wci.doc/read_xml_map_output.html