Biztalk :Tagidentifier for optional records
Posted
by Mchandak
on Geeks with Blogs
See other posts from Geeks with Blogs
or by Mchandak
Published on Fri, 06 Apr 2012 15:24:19 GMT
Indexed on
2012/04/06
17:31 UTC
Read the original article
Hit count: 172
Filed under:
I am sure many of us must have faced this issue.
Problem:My flat file schema has an optional record and marked with a tagidentifier. we would think that the input message without that optional record will pass the schema validation. But by default Biztalk throws an error about the missing record if we try to 'Validate the instance' in the Biztalk mapper.
Resolution:On the schema node, set Parser Optimization to “Complexity” instead of thedefault "Speed" optimization.
Problem:My flat file schema has an optional record and marked with a tagidentifier. we would think that the input message without that optional record will pass the schema validation. But by default Biztalk throws an error about the missing record if we try to 'Validate the instance' in the Biztalk mapper.
Resolution:On the schema node, set Parser Optimization to “Complexity” instead of thedefault "Speed" optimization.
© Geeks with Blogs or respective owner