• Implement XSLT in BizTalk mapping

    There are two ways to implement custom xslt in BizTalk mapping. Implement xslt for full mapping partially implement xslt by using Script functoid Implement xslt for full mapping: Microsoft provides very rich features for mapping. still if there is require for custom xslt then also its make easy to create xslt by BizTalk mapping. just… Read more

  • Import Schema

    While creating BizTalk Schema, BizTalk provides Import, include and redefine mechanism through which there can be consume schema into other schema and it make easy to create schema, if there is require to create several schemas. Here we defined the mechanism how to create schema that use other schema XML Schema definition (XSD) language provides… Read more

  • Handle fault message while de-batching (Recoverable Interchange Process)

    This property is used to let you decide whether to suspend an entire batch of messages if at least one de-batched message fails in the disassembler or whether to allow the valid messages to be published and to suspend only the failed messages. Click here for more details about de-batching a message Recoverable Interchange Process… Read more

  • Rest Service Consume by BizTalk

    We are basically use GET method or POST method of Rest services to consume by BizTalk. There are other verbs also for REST services, but here we are providing only these two verbs details. We can’t add generated items to create schema, orchestration or binding files for REST service just like as SOAP web service… Read more

  • One way Dynamic send port

    Some times in project requirement we need to create dynamic send ports which are used to send the BizTalk messages dynamically from orchestration to destination systems based on some conditions. Using one-way dynamic send port, we just send the messages to destination systems, but don’t expect the response back. We need to create a logical… Read more

  • Difference between BizTalk & cloud integration tools (iPaaS integration tools)

    Now a days a lot of buzz is going on which is better ESB on premises or iPaaS integration tool.Both has their own advantage and drawback. We need to choose based on requirement and current circumstances not blindly move on cloud. Many organizations chose to not move everything in to the cloud because of these… Read more