Recently I encountered a serious problem with BizTalk generated web service while doing Xml validation that uses mandatory elements with enumeration.
System Background:
Schemas are exposed as web services using "BizTalk Web Publishing Wizard".
The messages come into BizTalk via Web Service and SOAP adapter.
A custom XML schema validation pipeline component was build, which is capable of returning all the validation errors (the default out of the box BizTalk one onl...
[More]