Best Practices while working with Schemas Pattern restrictions
Yesterday I spoke about how you can apply custom pattern restrictions to properly validate DateTime, Date, and Time formats inside elements or attributes You
BizTalk Schema Validation: DateTime Restrictions
Today I was involved in a BizTalk Schema importation that includes not-so-used restrictions on Date and Time elements formats And that gave me the idea and
BizTalk Server tips and tricks for developers: How to create a .NET class from a schema
Sometimes we want to bypass the adapters and perform the communication thru NET code Sometimes we want to access multiple values, or recursive values, of a
BizTalk JSON Schema Wizard: Error in JSON Instance File.XMLNodeConverter can only convert JSON th...
This week while trying to use the BizTalk Server 2016 JSON Schema Wizard to generate an XML schema from a specific JSON file to be sent to a Logic App I got
BizTalk WCF-ORACLEDB error: PL/SQL: ORA-00917: missing comma
In the last months, I have been working with ORACLE adapter, mainly doing direct insert operations on ORACLE tables and as you might imagine, I found some
Demystify Invalid type name error on BizTalk Schemas (Part II)
In the last post, we try to demystify the reason and cause of the error: Invalid type name The root node type has to be a valid C# identifier when you are
Demystify Invalid type name error on BizTalk Schemas (Part I)
A few days ago, while trying to compile a BizTalk Server solution I got the following error: Invalid type name The root node type has to be a valid C#
Visual Studio: Failed to create window handle for pane while trying to open a Schema
There are errors that we are familiar with, but I guess this you may never hear about it I didn't know it until today: Failed to create window handle for pane
BizTalk Schema Problems: The type or namespace name ‘SerializableAttributeAttribute’ ...
An error never comes alone When an error appears, it always appears two or three, and I still have thousands to published, but this one made me crazy for a
Consume Adapter Service option is missing from Add Generated Items in Visual Studio
The Consume Adapter Service option from “Add Generated Items…” inside Visual Studio is metadata generation tool (or add-in), included in WCF LOB Adapter