I have question regarding the pipelines and ports. I would like to do the validation of my file before coming into the biztalk. so please let me know what are the possible validations i can perform
You can do schema validation using the Xml Schema Validator pipeline component inside the validate stage. This is rather basic and doesn’t return very detailed error messages but it gets the job done. It does basic schema validation checking types and required fields.
Of course, you can always write something custom if you need more than that or want better error messages.
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.