Skip to main content

Posts

Showing posts from March, 2017

Microsoft BizTalk Server - Schemas - Things you should know!

Schema In BizTalk - What are they? - Schema is a structure of XML in BizTalk - it is stored in XSD format, meaning XML schema Definition - Used to handle messages that are coming in XML format or sending out in XML format TIP: BizTalk Editor saves schema files using utf-16 character encoding.  * Wiki defines*  Messages inside BizTalk are implemented through the XML documents and defined with the XML schemas in XSD standard  Some tips -     That's what it looks when you add a schema item to the project. Let's quickly wrap up some important properties, select the schema node and press F4: 1. Data Type - We have many options, from string to bool it defines what type of data the field would handle. 2. Default value -  If the field receives no input, we can a default value here 3. Min/Max occurs - This property decides the occurrence of field. If no value inserted it takes 1-Min and 1-Max meaning the field is mandatory. 4. Nillable: This whe