XML Iterator
The adapter reads an XML file from any valid URL incrementally into a Technical Process and outputs for each iteration a child element (including all child nodes) of the root element as XML document.
Properties
Operation | Defines the operation executed by the adapter Possible values:
After executing the |
Parameters
Adapter | Main adapter class (do not change!) Possible values: |
url | URL of the XML document to be read Possible values:
|
id | Unique ID of the XML Iterator component within the process context respectively the process instance (if you want to use several XML Iterators iterating independently within the same process context) Possible values:
|
State values
-1 (error) | An error occurred during the adapter's execution (see X4 Server log). |
0 (empty) | The adapter doesn't output data (anymore). This status can be used as stop criterion of a loop within the Technical Process and it indicates that no further data set is available. |
1 (successful) | The adapter outputs a result. This status can be used as condition to enter a loop within the Technical Process and it indicates that another data set is available. |