• BizTalk Schemas Properties

    Base Data Type: this is important properties of schema, but most of the cases we have set as blank. This properties is applied on Record, Field Element, Field Attribute; Its by default value is set as Blank, indicating that the data type of this Record, Field Element, or Field Attribute node is not derived from another…

  • Regulation Expression in BizTalk Schema

    Some times we need to set element or record attribute with particular restricted values e.g. mail id, positive integer, without any special characters. We can achieve this  with following steps: We need to set Schema property for this MailID as below Now click on Pattern eclipse and set the Regular expression for mail id: Through this way…

  • Exception Handling at Port level

    When we develop BizTalk applications, then most of the time, we handle exceptions at orchestration level though the use of catch exception block. And most of the cases, we have seen that exception is not handle at port level e.g. Receive Port and Send Port. What’s happen when message failed at Receive/Send Port: Whenever message…