BizTalk Schema validation – Default and Deep Validation
By default, BizTalk Server will examine only the namespace and the root node name of a message to identify and validate the schema, and will not detect extra elements in message body. To perform a...
View ArticleError when trying to validate EDI message against the schema: [71]...
When we are in the development phase of a BizTalk project is normal to validate test instances of messages that are provided with respective schemas before we make final tests, the same happens when we...
View ArticleError when trying to validate EDI message against the schema: [29] Invalid...
As I mentioned in my last post, when we are in the development phase of a BizTalk project is normal to validate test instances of messages that are provided with respective schemas before we make final...
View ArticleSchema item missing from Visual Studio BizTalk Project items
This week I encountered a curious situation while I was developing a new BizTalk solution. After creating my new project, I tried to add a new schema to the solution, and to my astonishment, the item...
View Article