Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Validations in pipelines › Re: Validations in pipelines
January 7, 2008 at 8:00 PM
#18737
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.