Situation:
How do I use the XML Validator activity in a process flow? I have an XSD for an EDI file that shows how the format should be. I would like to validate the EDI file against the XSD to catch any schema errors or required field errors.
Answer:
The description regarding creating the XML validator is available in the Developer Guide (Help > Developer Guide)
Home > Creating Schema Activity > Creating XML Validator Activity
After creating the XML Validator Activity, you can place it after the XML (EDI) file source that is coming in. If the file does not match the XSD, the XML Validator activity will fail and the process flow will be aborted.
Comments
0 comments
Article is closed for comments.