Custom Validator Component Issue
i have following scenario:
this schema:
in studentdetails_name,i applied restriction follows:
now if in studentdetails_name attribute,besides prakash , ravi occurs,then want create errornode otherwise no error node created , put error in errorvalue attribute.
i want use custom validator component , applied logic there.
what should best approach ?
prakash
this exact same scenario addressed in previous thread.
the better, , far common, way address in map.
if have use pipeline component, not have validator component. there's no difference in api pipeline stages other assembler , disassembler.
there's nothing special or biztalk specific* implementing in c#. can use xmlreader/writer, xmldocument or other .net api you'r comfortable with.
- validate document
- add error elements
*other maybe retrieving schema through documentspec api.
BizTalk Server > BizTalk Server General
Comments
Post a Comment